#C6B221

Color #C6B221 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C6B221

Tints of Earls Green #C6B221

Color information

#C6B221 (or 0xC6B221) is unknown color: approx Earls Green. HEX triplet: C6, B2 and 21. RGB value is (198,178,33). Sum of RGB (Red+Green+Blue) = 198+178+33=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B221 is #394DDE. Grayscale: #A8A8A8. Windows color (decimal): -3755487 or 2208454. OLE color: 2208454.

HSL color Cylindrical-coordinate representation of color #C6B221: hue angle of 52.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6B221 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB19817833-
CMYK00.100.830.22
HSL52.73º71.43%45.29%-
HSV(B)52.73º83.33%77.65%-
XYZ39.4843.967.84-
YUV167.4552.13149.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 48.41%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 33 (13.28% from 255) = 8.07%
R=48.41%
G=43.52%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981783300.100.830.2252.7371.4345.29
HexC6B2210A531635472d
Octal30626241012123266510755
Binary1100011010110010100001010101010011101101101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B221; }

 p { color: rgb(198,178,33); }

 H1.HeaderClassName
 {
   color: #C6B221;
 }
 .AnyTagClassName
 {
   color: #C6B221;
 }
</style>
background-color css

<style>
 a { background-color: #C6B221; }

 a { background-color: rgb(198,178,33); }

 div.DivClassName
 {
   background-color: #C6B221;
 }
 .BgClassName
 {
   background-color: #C6B221;
 }
</style>
border-color css

<style>
 span { border-color: #C6B221; }

 span { border-color: rgb(198,178,33); }

 td.TdClassName
 {
   border-color: #C6B221;
 }
 .TagClassName
 {
   border-color: #C6B221;
 }
</style>