#C8AB28

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

Shades of Earls Green #C8AB28

Tints of Earls Green #C8AB28

Color information

#C8AB28 (or 0xC8AB28) is unknown color: approx Earls Green. HEX triplet: C8, AB and 28. RGB value is (200,171,40). Sum of RGB (Red+Green+Blue) = 200+171+40=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB28 is #3754D7. Grayscale: #A5A5A5. Windows color (decimal): -3626200 or 2665416. OLE color: 2665416.

HSL color Cylindrical-coordinate representation of color #C8AB28: hue angle of 49.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8AB28 is Cyan = 0, Magento = 0.14, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB20017140-
CMYK00.140.80.22
HSL49.12º66.67%47.06%-
HSV(B)49.12º80%78.43%-
XYZ38.7741.567.99-
YUV164.7457.61153.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 40 (16.02% from 255) = 9.73%
R=48.66%
G=41.61%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001714000.140.80.2249.1266.6747.06
HexC8AB280E501631432f
Octal31025350016120266110357
Binary1100100010101011101000011101010000101101100011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB28; }

 p { color: rgb(200,171,40); }

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

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

 a { background-color: rgb(200,171,40); }

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

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

 span { border-color: rgb(200,171,40); }

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