#C1B62B

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

Shades of Earls Green #C1B62B

Tints of Earls Green #C1B62B

Color information

#C1B62B (or 0xC1B62B) is unknown color: approx Earls Green. HEX triplet: C1, B6 and 2B. RGB value is (193,182,43). Sum of RGB (Red+Green+Blue) = 193+182+43=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B62B is #3E49D4. Grayscale: #AAAAAA. Windows color (decimal): -4082133 or 2864833. OLE color: 2864833.

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

Color convert

RGB19318243-
CMYK00.060.780.24
HSL55.6º63.56%46.27%-
HSV(B)55.6º77.72%75.69%-
XYZ39.1644.978.9-
YUV169.4456.64144.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 43 (17.19% from 255) = 10.29%
R=46.17%
G=43.54%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931824300.060.780.2455.663.5646.27
HexC1B62B064E1838402e
Octal3012665306116307010056
Binary110000011011011010101101101001110110001110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B62B; }

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

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

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

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

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

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

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

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