Html Css Color HEX #C9AD1C Earls Green

📋 copy color: '#C9AD1C'

red 201 ◦ green 173 ◦ blue 28

#C9AD1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #C9AD1C

Tints of Earls Green #C9AD1C

RGB

 RED value IS 201 (78.91% from 255) = 50%

 GREEN value IS 173 (67.97% from 255) = 43.03%

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 50%
G = 43.03%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9AD1C (or 0xC9AD1C) is known color: Earls Green. HEX triplet: C9, AD and 1C. RGB value is (201,173,28). Sum of RGB (Red+Green+Blue) = 201+173+28=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD1C is #3652E3. Grayscale: #A5A5A5. Windows color (decimal): -3560164 or 1879497. OLE color: 1879497.

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

Color convert

RGB 201 173 28 -
CMYK 0 0.14 0.86 0.21
HSL 50.29º 0.76% 0.45% -
HSV(B) 50.29º 0.86% 0.79% -
XYZ 39.24 42.39 7.21 -
YUV 164.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 201 173 28 0 0.14 0.86 0.21 50.29 0.76 0.45
Hex C9 AD 1C 0 E 56 15 32 4C 2D
Octal 311 255 34 0 16 126 25 62 114 55
Binary 11001001 10101101 11100 0 1110 1010110 10101 110010 1001100 101101

Color Harmonies of #C9AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD1C

Black with #C9AD1C

Text Example


Text Example

White with #C9AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD1C; }

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

 H1.HeaderClassName
 {
   color: #C9AD1C;
 }
 .AnyTagClassName
 {
   color: #C9AD1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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