#C4AB26

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

Shades of Earls Green #C4AB26

Tints of Earls Green #C4AB26

Color information

#C4AB26 (or 0xC4AB26) is unknown color: approx Earls Green. HEX triplet: C4, AB and 26. RGB value is (196,171,38). Sum of RGB (Red+Green+Blue) = 196+171+38=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB26 is #3B54D9. Grayscale: #A3A3A3. Windows color (decimal): -3888346 or 2534340. OLE color: 2534340.

HSL color Cylindrical-coordinate representation of color #C4AB26: hue angle of 50.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4AB26 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19617138-
CMYK00.130.810.23
HSL50.51º67.52%45.88%-
HSV(B)50.51º80.61%76.86%-
XYZ37.68417.76-
YUV163.3157.28151.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 38 (15.23% from 255) = 9.38%
R=48.40%
G=42.22%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961713800.130.810.2350.5167.5245.88
HexC4AB260D511733442e
Octal30425346015121276310456
Binary1100010010101011100110011011010001101111100111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB26; }

 p { color: rgb(196,171,38); }

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

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

 a { background-color: rgb(196,171,38); }

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

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

 span { border-color: rgb(196,171,38); }

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