#C2B42D

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

Shades of Earls Green #C2B42D

Tints of Earls Green #C2B42D

Color information

#C2B42D (or 0xC2B42D) is unknown color: approx Earls Green. HEX triplet: C2, B4 and 2D. RGB value is (194,180,45). Sum of RGB (Red+Green+Blue) = 194+180+45=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B42D is #3D4BD2. Grayscale: #A9A9A9. Windows color (decimal): -4017107 or 2995394. OLE color: 2995394.

HSL color Cylindrical-coordinate representation of color #C2B42D: hue angle of 54.36º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2B42D is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19418045-
CMYK00.070.770.24
HSL54.36º62.34%46.86%-
HSV(B)54.36º76.8%76.08%-
XYZ39.0444.38.98-
YUV168.858.14145.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 45 (17.97% from 255) = 10.74%
R=46.30%
G=42.96%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941804500.070.770.2454.3662.3446.86
HexC2B42D074D18363e2f
Octal302264550711530667657
Binary11000010101101001011010111100110111000110110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B42D; }

 p { color: rgb(194,180,45); }

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

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

 a { background-color: rgb(194,180,45); }

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

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

 span { border-color: rgb(194,180,45); }

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