Html Css Color HEX #C0AF27 Earls Green

📋 copy color: '#C0AF27'

red 192 ◦ green 175 ◦ blue 39

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

Shades of Earls Green #C0AF27

Tints of Earls Green #C0AF27

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

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

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

R = 47.29%
G = 43.1%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0AF27 (or 0xC0AF27) is known color: Earls Green. HEX triplet: C0, AF and 27. RGB value is (192,175,39). Sum of RGB (Red+Green+Blue) = 192+175+39=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF27 is #3F50D8. Grayscale: #A5A5A5. Windows color (decimal): -4149465 or 2600896. OLE color: 2600896.

HSL color Cylindrical-coordinate representation of color #C0AF27: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0AF27 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 39 -
CMYK 0 0.09 0.80 0.25
HSL 53.33º 0.66% 0.45% -
HSV(B) 53.33º 0.8% 0.75% -
XYZ 37.43 42.01 8.06 -
YUV 164.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 192 175 39 0 0.09 0.80 0.25 53.33 0.66 0.45
Hex C0 AF 27 0 9 50 19 35 42 2D
Octal 300 257 47 0 11 120 31 65 102 55
Binary 11000000 10101111 100111 0 1001 1010000 11001 110101 1000010 101101

Color Harmonies of #C0AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF27

Black with #C0AF27

Text Example


Text Example

White with #C0AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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