Html Css Color HEX #C8AD19 Earls Green

📋 copy color: '#C8AD19'

red 200 ◦ green 173 ◦ blue 25

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

Shades of Earls Green #C8AD19

Tints of Earls Green #C8AD19

RGB

 RED value IS 200 (78.52% from 255) = 50.25%

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

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 50.25%
G = 43.47%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8AD19 (or 0xC8AD19) is known color: Earls Green. HEX triplet: C8, AD and 19. RGB value is (200,173,25). Sum of RGB (Red+Green+Blue) = 200+173+25=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AD19 is #3752E6. Grayscale: #A4A4A4. Windows color (decimal): -3625703 or 1682888. OLE color: 1682888.

HSL color Cylindrical-coordinate representation of color #C8AD19: hue angle of 50.74º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8AD19 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 25 -
CMYK 0 0.14 0.88 0.22
HSL 50.74º 0.78% 0.44% -
HSV(B) 50.74º 0.88% 0.78% -
XYZ 38.94 42.24 7.02 -
YUV 164.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 200 173 25 0 0.14 0.88 0.22 50.74 0.78 0.44
Hex C8 AD 19 0 E 58 16 33 4E 2C
Octal 310 255 31 0 16 130 26 63 116 54
Binary 11001000 10101101 11001 0 1110 1011000 10110 110011 1001110 101100

Color Harmonies of #C8AD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD19

Black with #C8AD19

Text Example


Text Example

White with #C8AD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD19; }

 p { color: rgb(200,173,25); }

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

background-color css

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

 a { background-color: rgb(200,173,25); }

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

border-color css

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

 span { border-color: rgb(200,173,25); }

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