COLOR #C8BD40

HEX: #C8BD40
RGB: (200,189,64)

Color info

#C8BD40 contains mainly red and green colors. Web safe color of #C8BD40 is #CCCC33 (or #CC3).

RGB color model

#C8BD40 color RGB value is (200,189,64).

  • red value is 200;
  • green value is 189;
  • blue value is 64.
RGB:
(200,189,64)
(78%,74%,25%)

RGB channels and saturation

R 200 of 255 = 78%
G 189 of 255 = 74%
B 64 of 255 = 25%

200
189
64

R + G + B ~ 59%. #C8BD40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 189 + 64 = 453 (100%)
R 200 of 453 ~ 44.15%
G 189 of 453 ~ 41.72%
B 64 of 453 ~ 14.13%

%44.15
%41.72
%14.13

CMYK color model

#C8BD40 color CMYK value is (0,5,68,22).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 68.00%
  • key color value is 21.57%
CMYK:
(0,5,68,22)
C0M5Y68K22 
(0%,5%,68%,22%)
(0.00/0.05/0.68/0.22)	

CMYK percentages

%0
%5.5
%68
%21.57

Codes

Color #C8BD40 in popluar color models

C8BD40
RGB20018964
HSL55°55.28%51.76%
HSB/HSV55°68.00%78.43%
CMYK0.00%5.50%68.00%
21.57%

Color #C8BD40 in popluar number systems.

HEXC8BD40
Decimal20018964
Binary11001000101111011000000
Octal310275100

Shades and tints

Shades of #C8BD40

#C8BD40
(200,189,64)
#B6AC3B
(182,172,59)
#A49B36
(164,155,54)
#928A31
(146,138,49)
#80792C
(128,121,44)
#6E6827
(110,104,39)
#5C5722
(92,87,34)
#4A461D
(74,70,29)
#383518
(56,53,24)
#262413
(38,36,19)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #C8BD40

#C8BD40
(200,189,64)
#CDC351
(205,195,81)
#D2C962
(210,201,98)
#D7CF73
(215,207,115)
#DCD584
(220,213,132)
#E1DB95
(225,219,149)
#E6E1A6
(230,225,166)
#EBE7B7
(235,231,183)
#F0EDC8
(240,237,200)
#F5F3D9
(245,243,217)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BD40 color. Also use rgb(200,189,64) instead hex code.

Text Font Color

.myTextColor { color: #C8BD40; }

<p style="color:#C8BD40">This sample text font color is #C8BD40.</p>

This text font color is #C8BD40.


Background Color

.myBgColor { background-color: #C8BD40; }

<div style="background-color:#C8BD40">Inner text</div>

This div background color is #C8BD40.


Border color

.myBorderColor { border: 1px solid #C8BD40; }

<div style="border:3px solid #C8BD40">Div</div>

This div border color is #C8BD40.


Opacity

.myOpacity80 { color: #C8BD40; opacity: 0.8; }

<p style="color:#C8BD40;opacity:0.8;">80%</p>

Text with #C8BD40 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C8BD40;}

<p style="text-shadow: 3px 3px 1px #C8BD40">Text here.</p>

This text has shadow with #C8BD40 color.

.textShadow {text-shadow: 3px 3px 1px #C8BD40, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C8BD40, 5px 5px 20px red">Text here.</p>

This text has shadow with #C8BD40 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8BD40, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C8BD40, Direction=45, Strength=4)">Text</p>

This text has shadow with #C8BD40 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C8BD40;
  -webkit-box-shadow:	1px 1px 3px 2px #C8BD40;
  box-shadow:		1px 1px 3px 2px #C8BD40;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8BD40;
-webkit-box-shadow: 1px 1px 3px 2px #C8BD40;
box-shadow:1px 1px 3px 2px #C8BD40;">
Div content here</div>
This div box has shadow with color #C8BD40.

Preview

Color preview on black background

This text has color #C8BD40 on black background.


Color preview on white background

This text has color #C8BD40 on white background.



Black color preview on #C8BD40 background

This text has black color on #C8BD40 background.


White color preview on #C8BD40 background

This text has white color on #C8BD40 background.