#C3AB25

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

Shades of Earls Green #C3AB25

Tints of Earls Green #C3AB25

Color information

#C3AB25 (or 0xC3AB25) is unknown color: approx Earls Green. HEX triplet: C3, AB and 25. RGB value is (195,171,37). Sum of RGB (Red+Green+Blue) = 195+171+37=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB25 is #3C54DA. Grayscale: #A3A3A3. Windows color (decimal): -3953883 or 2468803. OLE color: 2468803.

HSL color Cylindrical-coordinate representation of color #C3AB25: hue angle of 50.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3AB25 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19517137-
CMYK00.120.810.24
HSL50.89º68.1%45.49%-
HSV(B)50.89º81.03%76.47%-
XYZ37.440.867.67-
YUV162.956.95150.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 37 (14.84% from 255) = 9.18%
R=48.39%
G=42.43%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951713700.120.810.2450.8968.145.49
HexC3AB250C511833442d
Octal30325345014121306310455
Binary1100001110101011100101011001010001110001100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB25; }

 p { color: rgb(195,171,37); }

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

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

 a { background-color: rgb(195,171,37); }

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

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

 span { border-color: rgb(195,171,37); }

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