#C1B12A

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

Shades of Earls Green #C1B12A

Tints of Earls Green #C1B12A

Color information

#C1B12A (or 0xC1B12A) is unknown color: approx Earls Green. HEX triplet: C1, B1 and 2A. RGB value is (193,177,42). Sum of RGB (Red+Green+Blue) = 193+177+42=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B12A is #3E4ED5. Grayscale: #A6A6A6. Windows color (decimal): -4083414 or 2798017. OLE color: 2798017.

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

Color convert

RGB19317742-
CMYK00.080.780.24
HSL53.64º64.26%46.08%-
HSV(B)53.64º78.24%75.69%-
XYZ38.1342.958.47-
YUV166.3957.8146.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 42 (16.80% from 255) = 10.19%
R=46.84%
G=42.96%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931774200.080.780.2453.6464.2646.08
HexC1B12A084E1836402e
Octal30126152010116306610056
Binary1100000110110001101010010001001110110001101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B12A; }

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

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

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

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

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

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

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

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