#C2B017

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

Shades of Earls Green #C2B017

Tints of Earls Green #C2B017

Color information

#C2B017 (or 0xC2B017) is unknown color: approx Earls Green. HEX triplet: C2, B0 and 17. RGB value is (194,176,23). Sum of RGB (Red+Green+Blue) = 194+176+23=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B017 is #3D4FE8. Grayscale: #A4A4A4. Windows color (decimal): -4018153 or 1552578. OLE color: 1552578.

HSL color Cylindrical-coordinate representation of color #C2B017: hue angle of 53.68º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2B017 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19417623-
CMYK00.090.880.24
HSL53.68º78.8%42.55%-
HSV(B)53.68º88.14%76.08%-
XYZ37.9342.587.03-
YUV163.9448.46149.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 23 (9.38% from 255) = 5.85%
R=49.36%
G=44.78%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941762300.090.880.2453.6878.842.55
HexC2B017095818364f2b
Octal30226027011130306611753
Binary110000101011000010111010011011000110001101101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B017; }

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

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

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

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

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

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

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

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