#C1B22A

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

Shades of Earls Green #C1B22A

Tints of Earls Green #C1B22A

Color information

#C1B22A (or 0xC1B22A) is unknown color: approx Earls Green. HEX triplet: C1, B2 and 2A. RGB value is (193,178,42). Sum of RGB (Red+Green+Blue) = 193+178+42=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B22A is #3E4DD5. Grayscale: #A7A7A7. Windows color (decimal): -4083158 or 2798273. OLE color: 2798273.

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

Color convert

RGB19317842-
CMYK00.080.780.24
HSL54.04º64.26%46.08%-
HSV(B)54.04º78.24%75.69%-
XYZ38.3343.358.54-
YUV166.9857.47146.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 42 (16.80% from 255) = 10.17%
R=46.73%
G=43.10%
B=10.17%

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
Decimal1931784200.080.780.2454.0464.2646.08
HexC1B22A084E1836402e
Octal30126252010116306610056
Binary1100000110110010101010010001001110110001101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B22A; }

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

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

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

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

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

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

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

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