#C1B02C

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

Shades of Earls Green #C1B02C

Tints of Earls Green #C1B02C

Color information

#C1B02C (or 0xC1B02C) is unknown color: approx Earls Green. HEX triplet: C1, B0 and 2C. RGB value is (193,176,44). Sum of RGB (Red+Green+Blue) = 193+176+44=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B02C is #3E4FD3. Grayscale: #A6A6A6. Windows color (decimal): -4083668 or 2928833. OLE color: 2928833.

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

Color convert

RGB19317644-
CMYK00.090.770.24
HSL53.15º62.87%46.47%-
HSV(B)53.15º77.2%75.69%-
XYZ37.9742.578.6-
YUV166.0459.13147.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 176 (69.14% from 255) = 42.62%
BLUE value IS 44 (17.58% from 255) = 10.65%
R=46.73%
G=42.62%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931764400.090.770.2453.1562.8746.47
HexC1B02C094D18353f2e
Octal3012605401111530657756
Binary110000011011000010110001001100110111000110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B02C; }

 p { color: rgb(193,176,44); }

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

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

 a { background-color: rgb(193,176,44); }

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

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

 span { border-color: rgb(193,176,44); }

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