Html Css Color HEX #C0A727 Earls Green

📋 copy color: '#C0A727'

red 192 ◦ green 167 ◦ blue 39

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

Shades of Earls Green #C0A727

Tints of Earls Green #C0A727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.96%

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

R = 48.24%
G = 41.96%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0A727 (or 0xC0A727) is known color: Earls Green. HEX triplet: C0, A7 and 27. RGB value is (192,167,39). Sum of RGB (Red+Green+Blue) = 192+167+39=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A727 is #3F58D8. Grayscale: #A0A0A0. Windows color (decimal): -4151513 or 2598848. OLE color: 2598848.

HSL color Cylindrical-coordinate representation of color #C0A727: hue angle of 50.2º 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 #C0A727 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 39 -
CMYK 0 0.13 0.80 0.25
HSL 50.2º 0.66% 0.45% -
HSV(B) 50.2º 0.8% 0.75% -
XYZ 35.92 38.99 7.55 -
YUV 159.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 192 167 39 0 0.13 0.80 0.25 50.2 0.66 0.45
Hex C0 A7 27 0 D 50 19 32 42 2D
Octal 300 247 47 0 15 120 31 62 102 55
Binary 11000000 10100111 100111 0 1101 1010000 11001 110010 1000010 101101

Color Harmonies of #C0A727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A727

Black with #C0A727

Text Example


Text Example

White with #C0A727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A727; }

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

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

background-color css

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

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

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

border-color css

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

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

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