Html Css Color HEX #C0A928 Earls Green

📋 copy color: '#C0A928'

red 192 ◦ green 169 ◦ blue 40

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

Shades of Earls Green #C0A928

Tints of Earls Green #C0A928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 47.88%
G = 42.14%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0A928 (or 0xC0A928) is known color: Earls Green. HEX triplet: C0, A9 and 28. RGB value is (192,169,40). Sum of RGB (Red+Green+Blue) = 192+169+40=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A928 is #3F56D7. Grayscale: #A1A1A1. Windows color (decimal): -4151000 or 2664896. OLE color: 2664896.

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

Color convert

RGB 192 169 40 -
CMYK 0 0.12 0.79 0.25
HSL 50.92º 0.66% 0.45% -
HSV(B) 50.92º 0.79% 0.75% -
XYZ 36.31 39.74 7.76 -
YUV 161.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 192 169 40 0 0.12 0.79 0.25 50.92 0.66 0.45
Hex C0 A9 28 0 C 4F 19 33 42 2D
Octal 300 251 50 0 14 117 31 63 102 55
Binary 11000000 10101001 101000 0 1100 1001111 11001 110011 1000010 101101

Color Harmonies of #C0A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A928

Black with #C0A928

Text Example


Text Example

White with #C0A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A928; }

 p { color: rgb(192,169,40); }

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

background-color css

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

 a { background-color: rgb(192,169,40); }

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

border-color css

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

 span { border-color: rgb(192,169,40); }

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