#C2A91D

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

Shades of Earls Green #C2A91D

Tints of Earls Green #C2A91D

Color information

#C2A91D (or 0xC2A91D) is unknown color: approx Earls Green. HEX triplet: C2, A9 and 1D. RGB value is (194,169,29). Sum of RGB (Red+Green+Blue) = 194+169+29=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A91D is #3D56E2. Grayscale: #A1A1A1. Windows color (decimal): -4019939 or 1944002. OLE color: 1944002.

HSL color Cylindrical-coordinate representation of color #C2A91D: hue angle of 50.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2A91D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19416929-
CMYK00.130.850.24
HSL50.91º73.99%43.73%-
HSV(B)50.91º85.05%76.08%-
XYZ36.6639.936.94-
YUV160.5253.78151.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 29 (11.72% from 255) = 7.40%
R=49.49%
G=43.11%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941692900.130.850.2450.9173.9943.73
HexC2A91D0D5518334a2c
Octal30225135015125306311254
Binary110000101010100111101011011010101110001100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A91D; }

 p { color: rgb(194,169,29); }

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

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

 a { background-color: rgb(194,169,29); }

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

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

 span { border-color: rgb(194,169,29); }

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