#C3B21E

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

Shades of Earls Green #C3B21E

Tints of Earls Green #C3B21E

Color information

#C3B21E (or 0xC3B21E) is unknown color: approx Earls Green. HEX triplet: C3, B2 and 1E. RGB value is (195,178,30). Sum of RGB (Red+Green+Blue) = 195+178+30=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B21E is #3C4DE1. Grayscale: #A6A6A6. Windows color (decimal): -3952098 or 2011843. OLE color: 2011843.

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

Color convert

RGB19517830-
CMYK00.090.850.24
HSL53.82º73.33%44.12%-
HSV(B)53.82º84.62%76.47%-
XYZ38.6643.547.59-
YUV166.2151.13148.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 178 (69.92% from 255) = 44.17%
BLUE value IS 30 (12.11% from 255) = 7.44%
R=48.39%
G=44.17%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951783000.090.850.2453.8273.3344.12
HexC3B21E09551836492c
Octal30326236011125306611154
Binary110000111011001011110010011010101110001101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B21E; }

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

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

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

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

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

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

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

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