#C3B42C

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

Shades of Earls Green #C3B42C

Tints of Earls Green #C3B42C

Color information

#C3B42C (or 0xC3B42C) is unknown color: approx Earls Green. HEX triplet: C3, B4 and 2C. RGB value is (195,180,44). Sum of RGB (Red+Green+Blue) = 195+180+44=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B42C is #3C4BD3. Grayscale: #A9A9A9. Windows color (decimal): -3951572 or 2929859. OLE color: 2929859.

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

Color convert

RGB19518044-
CMYK00.080.770.24
HSL54.04º63.18%46.86%-
HSV(B)54.04º77.44%76.47%-
XYZ39.2844.438.89-
YUV168.9857.47146.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 44 (17.58% from 255) = 10.50%
R=46.54%
G=42.96%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951804400.080.770.2454.0463.1846.86
HexC3B42C084D18363f2f
Octal3032645401011530667757
Binary110000111011010010110001000100110111000110110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B42C; }

 p { color: rgb(195,180,44); }

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

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

 a { background-color: rgb(195,180,44); }

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

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

 span { border-color: rgb(195,180,44); }

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