#c1b21c

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

Shades of Earls Green #C1B21C

Tints of Earls Green #C1B21C

Color information

#C1B21C (or 0xC1B21C) is unknown color: approx Earls Green. HEX triplet: C1, B2 and 1C. RGB value is (193,178,28). Sum of RGB (Red+Green+Blue) = 193+178+28=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B21C is #3E4DE3. Grayscale: #A6A6A6. Windows color (decimal): -4083172 or 1880769. OLE color: 1880769.

HSL color Cylindrical-coordinate representation of color #C1B21C: hue angle of 54.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1B21C is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19317828-
CMYK00.080.850.24
HSL54.55º74.66%43.33%-
HSV(B)54.55º85.49%75.69%-
XYZ38.1243.267.44-
YUV165.3850.47147.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 28 (11.33% from 255) = 7.02%
R=48.37%
G=44.61%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931782800.080.850.2454.5574.6643.33
HexC1B21C085518374b2b
Octal30126234010125306711353
Binary110000011011001011100010001010101110001101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b21c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b21c; }

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

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

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

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

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

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

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

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