Html Css Color HEX #C0A827 Earls Green

📋 copy color: '#C0A827'

red 192 ◦ green 168 ◦ blue 39

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

Shades of Earls Green #C0A827

Tints of Earls Green #C0A827

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

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

R = 48.12%
G = 42.11%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0A827 (or 0xC0A827) is known color: Earls Green. HEX triplet: C0, A8 and 27. RGB value is (192,168,39). Sum of RGB (Red+Green+Blue) = 192+168+39=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A827 is #3F57D8. Grayscale: #A1A1A1. Windows color (decimal): -4151257 or 2599104. OLE color: 2599104.

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

Color convert

RGB 192 168 39 -
CMYK 0 0.12 0.80 0.25
HSL 50.59º 0.66% 0.45% -
HSV(B) 50.59º 0.8% 0.75% -
XYZ 36.11 39.36 7.61 -
YUV 160.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 192 168 39 0 0.12 0.80 0.25 50.59 0.66 0.45
Hex C0 A8 27 0 C 50 19 33 42 2D
Octal 300 250 47 0 14 120 31 63 102 55
Binary 11000000 10101000 100111 0 1100 1010000 11001 110011 1000010 101101

Color Harmonies of #C0A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A827

Black with #C0A827

Text Example


Text Example

White with #C0A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A827; }

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

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

background-color css

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

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

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

border-color css

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

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

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