Html Css Color HEX #C8AC24 Earls Green

📋 copy color: '#C8AC24'

red 200 ◦ green 172 ◦ blue 36

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

Shades of Earls Green #C8AC24

Tints of Earls Green #C8AC24

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 36 (14.45% from 255) = 8.82%

R = 49.02%
G = 42.16%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8AC24 (or 0xC8AC24) is known color: Earls Green. HEX triplet: C8, AC and 24. RGB value is (200,172,36). Sum of RGB (Red+Green+Blue) = 200+172+36=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC24 is #3753DB. Grayscale: #A5A5A5. Windows color (decimal): -3625948 or 2403528. OLE color: 2403528.

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

Color convert

RGB 200 172 36 -
CMYK 0 0.14 0.82 0.22
HSL 49.76º 0.69% 0.46% -
HSV(B) 49.76º 0.82% 0.78% -
XYZ 38.89 41.91 7.71 -
YUV 164.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 200 172 36 0 0.14 0.82 0.22 49.76 0.69 0.46
Hex C8 AC 24 0 E 52 16 32 45 2E
Octal 310 254 44 0 16 122 26 62 105 56
Binary 11001000 10101100 100100 0 1110 1010010 10110 110010 1000101 101110

Color Harmonies of #C8AC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC24

Black with #C8AC24

Text Example


Text Example

White with #C8AC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC24; }

 p { color: rgb(200,172,36); }

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

background-color css

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

 a { background-color: rgb(200,172,36); }

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

border-color css

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

 span { border-color: rgb(200,172,36); }

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