#C1B02A

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

Shades of Earls Green #C1B02A

Tints of Earls Green #C1B02A

Color information

#C1B02A (or 0xC1B02A) is unknown color: approx Earls Green. HEX triplet: C1, B0 and 2A. RGB value is (193,176,42). Sum of RGB (Red+Green+Blue) = 193+176+42=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B02A is #3E4FD5. Grayscale: #A6A6A6. Windows color (decimal): -4083670 or 2797761. OLE color: 2797761.

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

Color convert

RGB19317642-
CMYK00.090.780.24
HSL53.25º64.26%46.08%-
HSV(B)53.25º78.24%75.69%-
XYZ37.9442.568.41-
YUV165.8158.13147.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 42 (16.80% from 255) = 10.22%
R=46.96%
G=42.82%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931764200.090.780.2453.2564.2646.08
HexC1B02A094E1835402e
Octal30126052011116306510056
Binary1100000110110000101010010011001110110001101011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B02A; }

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

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

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

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

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

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

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

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