#C7AD26

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

Shades of Earls Green #C7AD26

Tints of Earls Green #C7AD26

Color information

#C7AD26 (or 0xC7AD26) is unknown color: approx Earls Green. HEX triplet: C7, AD and 26. RGB value is (199,173,38). Sum of RGB (Red+Green+Blue) = 199+173+38=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD26 is #3852D9. Grayscale: #A5A5A5. Windows color (decimal): -3691226 or 2534855. OLE color: 2534855.

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

Color convert

RGB19917338-
CMYK00.130.810.22
HSL50.31º67.93%46.47%-
HSV(B)50.31º80.9%78.04%-
XYZ38.8542.177.93-
YUV165.3856.11151.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 38 (15.23% from 255) = 9.27%
R=48.54%
G=42.20%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991733800.130.810.2250.3167.9346.47
HexC7AD260D511632442e
Octal30725546015121266210456
Binary1100011110101101100110011011010001101101100101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AD26; }

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

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

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

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

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

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

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

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