#C1B02E

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

Shades of Earls Green #C1B02E

Tints of Earls Green #C1B02E

Color information

#C1B02E (or 0xC1B02E) is unknown color: approx Earls Green. HEX triplet: C1, B0 and 2E. RGB value is (193,176,46). Sum of RGB (Red+Green+Blue) = 193+176+46=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B02E is #3E4FD1. Grayscale: #A6A6A6. Windows color (decimal): -4083666 or 3059905. OLE color: 3059905.

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

Color convert

RGB19317646-
CMYK00.090.760.24
HSL53.06º61.51%46.86%-
HSV(B)53.06º76.17%75.69%-
XYZ38.0142.598.8-
YUV166.2660.13147.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 46 (18.36% from 255) = 11.08%
R=46.51%
G=42.41%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931764600.090.760.2453.0661.5146.86
HexC1B02E094C18353e2f
Octal3012605601111430657657
Binary110000011011000010111001001100110011000110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B02E; }

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

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

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

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

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

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

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

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