#C0AD26

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

Shades of Earls Green #C0AD26

Tints of Earls Green #C0AD26

Color information

#C0AD26 (or 0xC0AD26) is unknown color: approx Earls Green. HEX triplet: C0, AD and 26. RGB value is (192,173,38). Sum of RGB (Red+Green+Blue) = 192+173+38=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD26 is #3F52D9. Grayscale: #A3A3A3. Windows color (decimal): -4149978 or 2534848. OLE color: 2534848.

HSL color Cylindrical-coordinate representation of color #C0AD26: hue angle of 52.6º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0AD26 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19217338-
CMYK00.100.800.25
HSL52.6º66.96%45.1%-
HSV(B)52.6º80.21%75.29%-
XYZ37.0341.237.84-
YUV163.2957.29148.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 173 (67.97% from 255) = 42.93%
BLUE value IS 38 (15.23% from 255) = 9.43%
R=47.64%
G=42.93%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921733800.100.800.2552.666.9645.1
HexC0AD260A501935432d
Octal30025546012120316510355
Binary1100000010101101100110010101010000110011101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD26; }

 p { color: rgb(192,173,38); }

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

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

 a { background-color: rgb(192,173,38); }

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

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

 span { border-color: rgb(192,173,38); }

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