#C2A92B

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

Shades of Earls Green #C2A92B

Tints of Earls Green #C2A92B

Color information

#C2A92B (or 0xC2A92B) is unknown color: approx Earls Green. HEX triplet: C2, A9 and 2B. RGB value is (194,169,43). Sum of RGB (Red+Green+Blue) = 194+169+43=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A92B is #3D56D4. Grayscale: #A2A2A2. Windows color (decimal): -4019925 or 2861506. OLE color: 2861506.

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

Color convert

RGB19416943-
CMYK00.130.780.24
HSL50.07º63.71%46.47%-
HSV(B)50.07º77.84%76.08%-
XYZ36.8740.028.07-
YUV162.1160.78150.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 43 (17.19% from 255) = 10.59%
R=47.78%
G=41.63%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941694300.130.780.2450.0763.7146.47
HexC2A92B0D4E1832402e
Octal30225153015116306210056
Binary1100001010101001101011011011001110110001100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A92B; }

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

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

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

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

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

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

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

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