#C2B21A

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

Shades of Earls Green #C2B21A

Tints of Earls Green #C2B21A

Color information

#C2B21A (or 0xC2B21A) is unknown color: approx Earls Green. HEX triplet: C2, B2 and 1A. RGB value is (194,178,26). Sum of RGB (Red+Green+Blue) = 194+178+26=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B21A is #3D4DE5. Grayscale: #A6A6A6. Windows color (decimal): -4017638 or 1749698. OLE color: 1749698.

HSL color Cylindrical-coordinate representation of color #C2B21A: hue angle of 54.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2B21A is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19417826-
CMYK00.080.870.24
HSL54.29º76.36%43.14%-
HSV(B)54.29º86.6%76.08%-
XYZ38.3543.387.33-
YUV165.4649.3148.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 178 (69.92% from 255) = 44.72%
BLUE value IS 26 (10.55% from 255) = 6.53%
R=48.74%
G=44.72%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941782600.080.870.2454.2976.3643.14
HexC2B21A085718364c2b
Octal30226232010127306611453
Binary110000101011001011010010001010111110001101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B21A; }

 p { color: rgb(194,178,26); }

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

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

 a { background-color: rgb(194,178,26); }

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

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

 span { border-color: rgb(194,178,26); }

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