#C2B42A

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

Shades of Earls Green #C2B42A

Tints of Earls Green #C2B42A

Color information

#C2B42A (or 0xC2B42A) is unknown color: approx Earls Green. HEX triplet: C2, B4 and 2A. RGB value is (194,180,42). Sum of RGB (Red+Green+Blue) = 194+180+42=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B42A is #3D4BD5. Grayscale: #A9A9A9. Windows color (decimal): -4017110 or 2798786. OLE color: 2798786.

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

Color convert

RGB19418042-
CMYK00.070.780.24
HSL54.47º64.41%46.27%-
HSV(B)54.47º78.35%76.08%-
XYZ38.9944.288.68-
YUV168.4556.64146.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 42 (16.80% from 255) = 10.10%
R=46.63%
G=43.27%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941804200.070.780.2454.4764.4146.27
HexC2B42A074E1836402e
Octal3022645207116306610056
Binary110000101011010010101001111001110110001101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B42A; }

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

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

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

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

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

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

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

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