Html Css Color HEX #C0A421 Earls Green

📋 copy color: '#C0A421'

red 192 ◦ green 164 ◦ blue 33

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

Shades of Earls Green #C0A421

Tints of Earls Green #C0A421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 49.36%
G = 42.16%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0A421 (or 0xC0A421) is known color: Earls Green. HEX triplet: C0, A4 and 21. RGB value is (192,164,33). Sum of RGB (Red+Green+Blue) = 192+164+33=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A421 is #3F5BDE. Grayscale: #9D9D9D. Windows color (decimal): -4152287 or 2204864. OLE color: 2204864.

HSL color Cylindrical-coordinate representation of color #C0A421: hue angle of 49.43º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0A421 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 33 -
CMYK 0 0.15 0.83 0.25
HSL 49.43º 0.71% 0.44% -
HSV(B) 49.43º 0.83% 0.75% -
XYZ 35.29 37.87 6.89 -
YUV 157.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 192 164 33 0 0.15 0.83 0.25 49.43 0.71 0.44
Hex C0 A4 21 0 F 53 19 31 47 2C
Octal 300 244 41 0 17 123 31 61 107 54
Binary 11000000 10100100 100001 0 1111 1010011 11001 110001 1000111 101100

Color Harmonies of #C0A421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A421

Black with #C0A421

Text Example


Text Example

White with #C0A421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A421; }

 p { color: rgb(192,164,33); }

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

background-color css

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

 a { background-color: rgb(192,164,33); }

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

border-color css

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

 span { border-color: rgb(192,164,33); }

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