#C3B31E

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

Shades of Earls Green #C3B31E

Tints of Earls Green #C3B31E

Color information

#C3B31E (or 0xC3B31E) is unknown color: approx Earls Green. HEX triplet: C3, B3 and 1E. RGB value is (195,179,30). Sum of RGB (Red+Green+Blue) = 195+179+30=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B31E is #3C4CE1. Grayscale: #A7A7A7. Windows color (decimal): -3951842 or 2012099. OLE color: 2012099.

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

Color convert

RGB19517930-
CMYK00.080.850.24
HSL54.18º73.33%44.12%-
HSV(B)54.18º84.62%76.47%-
XYZ38.8643.947.66-
YUV166.850.8148.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 179 (70.31% from 255) = 44.31%
BLUE value IS 30 (12.11% from 255) = 7.43%
R=48.27%
G=44.31%
B=7.43%

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
Decimal1951793000.080.850.2454.1873.3344.12
HexC3B31E08551836492c
Octal30326336010125306611154
Binary110000111011001111110010001010101110001101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B31E; }

 p { color: rgb(195,179,30); }

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

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

 a { background-color: rgb(195,179,30); }

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

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

 span { border-color: rgb(195,179,30); }

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