#C1B61E

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

Shades of Earls Green #C1B61E

Tints of Earls Green #C1B61E

Color information

#C1B61E (or 0xC1B61E) is unknown color: approx Earls Green. HEX triplet: C1, B6 and 1E. RGB value is (193,182,30). Sum of RGB (Red+Green+Blue) = 193+182+30=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B61E is #3E49E1. Grayscale: #A8A8A8. Windows color (decimal): -4082146 or 2012865. OLE color: 2012865.

HSL color Cylindrical-coordinate representation of color #C1B61E: hue angle of 55.95º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1B61E is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19318230-
CMYK00.060.840.24
HSL55.95º73.09%43.73%-
HSV(B)55.95º84.46%75.69%-
XYZ38.9544.897.84-
YUV167.9650.14145.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=47.65%
G=44.94%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931823000.060.840.2455.9573.0943.73
HexC1B61E06541838492c
Octal3012663606124307011154
Binary11000001101101101111001101010100110001110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B61E; }

 p { color: rgb(193,182,30); }

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

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

 a { background-color: rgb(193,182,30); }

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

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

 span { border-color: rgb(193,182,30); }

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