#C2B01A

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

Shades of Earls Green #C2B01A

Tints of Earls Green #C2B01A

Color information

#C2B01A (or 0xC2B01A) is unknown color: approx Earls Green. HEX triplet: C2, B0 and 1A. RGB value is (194,176,26). Sum of RGB (Red+Green+Blue) = 194+176+26=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B01A is #3D4FE5. Grayscale: #A4A4A4. Windows color (decimal): -4018150 or 1749186. OLE color: 1749186.

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

Color convert

RGB19417626-
CMYK00.090.870.24
HSL53.57º76.36%43.14%-
HSV(B)53.57º86.6%76.08%-
XYZ37.9642.597.2-
YUV164.2849.96149.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 26 (10.55% from 255) = 6.57%
R=48.99%
G=44.44%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941762600.090.870.2453.5776.3643.14
HexC2B01A095718364c2b
Octal30226032011127306611453
Binary110000101011000011010010011010111110001101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B01A; }

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

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

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

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

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

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

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

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