Html Css Color HEX #C8AC25 Earls Green

📋 copy color: '#C8AC25'

red 200 ◦ green 172 ◦ blue 37

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

Shades of Earls Green #C8AC25

Tints of Earls Green #C8AC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.05%

R = 48.9%
G = 42.05%
B = 9.05%

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

#C8AC25 (or 0xC8AC25) is known color: Earls Green. HEX triplet: C8, AC and 25. RGB value is (200,172,37). Sum of RGB (Red+Green+Blue) = 200+172+37=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC25 is #3753DA. Grayscale: #A5A5A5. Windows color (decimal): -3625947 or 2469064. OLE color: 2469064.

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

Color convert

RGB 200 172 37 -
CMYK 0 0.14 0.82 0.22
HSL 49.69º 0.69% 0.46% -
HSV(B) 49.69º 0.82% 0.78% -
XYZ 38.91 41.92 7.79 -
YUV 164.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 200 172 37 0 0.14 0.82 0.22 49.69 0.69 0.46
Hex C8 AC 25 0 E 52 16 32 45 2E
Octal 310 254 45 0 16 122 26 62 105 56
Binary 11001000 10101100 100101 0 1110 1010010 10110 110010 1000101 101110

Color Harmonies of #C8AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC25

Black with #C8AC25

Text Example


Text Example

White with #C8AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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