Html Css Color HEX #C8AF27 Earls Green

📋 copy color: '#C8AF27'

red 200 ◦ green 175 ◦ blue 39

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

Shades of Earls Green #C8AF27

Tints of Earls Green #C8AF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.42%

R = 48.31%
G = 42.27%
B = 9.42%

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

#C8AF27 (or 0xC8AF27) is known color: Earls Green. HEX triplet: C8, AF and 27. RGB value is (200,175,39). Sum of RGB (Red+Green+Blue) = 200+175+39=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF27 is #3750D8. Grayscale: #A7A7A7. Windows color (decimal): -3625177 or 2600904. OLE color: 2600904.

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

Color convert

RGB 200 175 39 -
CMYK 0 0.12 0.80 0.22
HSL 50.68º 0.67% 0.47% -
HSV(B) 50.68º 0.81% 0.78% -
XYZ 39.52 43.09 8.15 -
YUV 166.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 200 175 39 0 0.12 0.80 0.22 50.68 0.67 0.47
Hex C8 AF 27 0 C 50 16 33 43 2F
Octal 310 257 47 0 14 120 26 63 103 57
Binary 11001000 10101111 100111 0 1100 1010000 10110 110011 1000011 101111

Color Harmonies of #C8AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF27

Black with #C8AF27

Text Example


Text Example

White with #C8AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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