#c7ae1f

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

Shades of Earls Green #C7AE1F

Tints of Earls Green #C7AE1F

Color information

#C7AE1F (or 0xC7AE1F) is unknown color: approx Earls Green. HEX triplet: C7, AE and 1F. RGB value is (199,174,31). Sum of RGB (Red+Green+Blue) = 199+174+31=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AE1F is #3851E0. Grayscale: #A5A5A5. Windows color (decimal): -3690977 or 2076359. OLE color: 2076359.

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

Color convert

RGB19917431-
CMYK00.130.840.22
HSL51.07º73.04%45.1%-
HSV(B)51.07º84.42%78.04%-
XYZ38.9442.517.45-
YUV165.1752.28152.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 31 (12.5% from 255) = 7.67%
R=49.26%
G=43.07%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991743100.130.840.2251.0773.0445.1
HexC7AE1F0D541633492d
Octal30725637015124266311155
Binary110001111010111011111011011010100101101100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7ae1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7ae1f; }

 p { color: rgb(199,174,31); }

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

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

 a { background-color: rgb(199,174,31); }

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

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

 span { border-color: rgb(199,174,31); }

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