Html Css Color HEX #C8AF29 Earls Green

📋 copy color: '#C8AF29'

red 200 ◦ green 175 ◦ blue 41

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

Shades of Earls Green #C8AF29

Tints of Earls Green #C8AF29

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.07%

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 48.08%
G = 42.07%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8AF29 (or 0xC8AF29) is known color: Earls Green. HEX triplet: C8, AF and 29. RGB value is (200,175,41). Sum of RGB (Red+Green+Blue) = 200+175+41=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF29 is #3750D6. Grayscale: #A7A7A7. Windows color (decimal): -3625175 or 2731976. OLE color: 2731976.

HSL color Cylindrical-coordinate representation of color #C8AF29: hue angle of 50.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8AF29 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 41 -
CMYK 0 0.12 0.80 0.22
HSL 50.57º 0.66% 0.47% -
HSV(B) 50.57º 0.8% 0.78% -
XYZ 39.55 43.1 8.33 -
YUV 167.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 200 175 41 0 0.12 0.80 0.22 50.57 0.66 0.47
Hex C8 AF 29 0 C 50 16 33 42 2F
Octal 310 257 51 0 14 120 26 63 102 57
Binary 11001000 10101111 101001 0 1100 1010000 10110 110011 1000010 101111

Color Harmonies of #C8AF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF29

Black with #C8AF29

Text Example


Text Example

White with #C8AF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF29; }

 p { color: rgb(200,175,41); }

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

background-color css

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

 a { background-color: rgb(200,175,41); }

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

border-color css

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

 span { border-color: rgb(200,175,41); }

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