COLOR #C6BD44

HEX: #C6BD44
RGB: (198,189,68)

Color info

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

RGB color model

#C6BD44 color RGB value is (198,189,68).

  • red value is 198;
  • green value is 189;
  • blue value is 68.
RGB:
(198,189,68)
(78%,74%,27%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 68 of 255 = 27%

198
189
68

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

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 68 = 455 (100%)
R 198 of 455 ~ 43.52%
G 189 of 455 ~ 41.54%
B 68 of 455 ~ 14.95%

%43.52
%41.54
%14.95

CMYK color model

#C6BD44 color CMYK value is (0,5,66,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 65.66%
  • key color value is 22.35%
CMYK:
(0,5,66,22)
C0M5Y66K22 
(0%,5%,66%,22%)
(0.00/0.05/0.66/0.22)	

CMYK percentages

%0
%4.55
%65.66
%22.35

Codes

Color #C6BD44 in popluar color models

C6BD44
RGB19818968
HSL56°53.28%52.16%
HSB/HSV56°65.66%77.65%
CMYK0.00%4.55%65.66%
22.35%

Color #C6BD44 in popluar number systems.

HEXC6BD44
Decimal19818968
Binary11000110101111011000100
Octal306275104

Shades and tints

Shades of #C6BD44

#C6BD44
(198,189,68)
#B4AC3E
(180,172,62)
#A29B38
(162,155,56)
#908A32
(144,138,50)
#7E792C
(126,121,44)
#6C6826
(108,104,38)
#5A5720
(90,87,32)
#48461A
(72,70,26)
#363514
(54,53,20)
#24240E
(36,36,14)
#121308
(18,19,8)
#000000
(0,0,0)

Tints of #C6BD44

#C6BD44
(198,189,68)
#CBC355
(203,195,85)
#D0C966
(208,201,102)
#D5CF77
(213,207,119)
#DAD588
(218,213,136)
#DFDB99
(223,219,153)
#E4E1AA
(228,225,170)
#E9E7BB
(233,231,187)
#EEEDCC
(238,237,204)
#F3F3DD
(243,243,221)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BD44 color. Also use rgb(198,189,68) instead hex code.

Text Font Color

.myTextColor { color: #C6BD44; }

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

This text font color is #C6BD44.


Background Color

.myBgColor { background-color: #C6BD44; }

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

This div background color is #C6BD44.


Border color

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

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

This div border color is #C6BD44.


Opacity

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

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

Text with #C6BD44 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 #C6BD44;}

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

This text has shadow with #C6BD44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BD44 on black background.


Color preview on white background

This text has color #C6BD44 on white background.



Black color preview on #C6BD44 background

This text has black color on #C6BD44 background.


White color preview on #C6BD44 background

This text has white color on #C6BD44 background.