#C2B31E

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

Shades of Earls Green #C2B31E

Tints of Earls Green #C2B31E

Color information

#C2B31E (or 0xC2B31E) is unknown color: approx Earls Green. HEX triplet: C2, B3 and 1E. RGB value is (194,179,30). Sum of RGB (Red+Green+Blue) = 194+179+30=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B31E is #3D4CE1. Grayscale: #A7A7A7. Windows color (decimal): -4017378 or 2012098. OLE color: 2012098.

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

Color convert

RGB19417930-
CMYK00.080.850.24
HSL54.51º73.21%43.92%-
HSV(B)54.51º84.54%76.08%-
XYZ38.643.87.65-
YUV166.550.97147.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 179 (70.31% from 255) = 44.42%
BLUE value IS 30 (12.11% from 255) = 7.44%
R=48.14%
G=44.42%
B=7.44%

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
Decimal1941793000.080.850.2454.5173.2143.92
HexC2B31E08551837492c
Octal30226336010125306711154
Binary110000101011001111110010001010101110001101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B31E; }

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

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

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

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

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

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

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

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