#C9AD1F

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

Shades of Earls Green #C9AD1F

Tints of Earls Green #C9AD1F

Color information

#C9AD1F (or 0xC9AD1F) is unknown color: approx Earls Green. HEX triplet: C9, AD and 1F. RGB value is (201,173,31). Sum of RGB (Red+Green+Blue) = 201+173+31=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD1F is #3652E0. Grayscale: #A5A5A5. Windows color (decimal): -3560161 or 2076105. OLE color: 2076105.

HSL color Cylindrical-coordinate representation of color #C9AD1F: hue angle of 50.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9AD1F is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB20117331-
CMYK00.140.850.21
HSL50.12º73.28%45.49%-
HSV(B)50.12º84.58%78.82%-
XYZ39.2842.47.41-
YUV165.1852.28153.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.63%
GREEN value IS 173 (67.97% from 255) = 42.72%
BLUE value IS 31 (12.5% from 255) = 7.65%
R=49.63%
G=42.72%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011733100.140.850.2150.1273.2845.49
HexC9AD1F0E551532492d
Octal31125537016125256211155
Binary110010011010110111111011101010101101011100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD1F; }

 p { color: rgb(201,173,31); }

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

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

 a { background-color: rgb(201,173,31); }

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

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

 span { border-color: rgb(201,173,31); }

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