#C2A91A

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

Shades of Earls Green #C2A91A

Tints of Earls Green #C2A91A

Color information

#C2A91A (or 0xC2A91A) is unknown color: approx Earls Green. HEX triplet: C2, A9 and 1A. RGB value is (194,169,26). Sum of RGB (Red+Green+Blue) = 194+169+26=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A91A is #3D56E5. Grayscale: #A0A0A0. Windows color (decimal): -4019942 or 1747394. OLE color: 1747394.

HSL color Cylindrical-coordinate representation of color #C2A91A: hue angle of 51.07º 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 #C2A91A is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19416926-
CMYK00.130.870.24
HSL51.07º76.36%43.14%-
HSV(B)51.07º86.6%76.08%-
XYZ36.6239.926.75-
YUV160.1752.28152.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 26 (10.55% from 255) = 6.68%
R=49.87%
G=43.44%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941692600.130.870.2451.0776.3643.14
HexC2A91A0D5718334c2b
Octal30225132015127306311453
Binary110000101010100111010011011010111110001100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A91A; }

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

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

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

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

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

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

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

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