Html Css Color HEX #C0A52A Earls Green

📋 copy color: '#C0A52A'

red 192 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #C0A52A

Tints of Earls Green #C0A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 48.12%
G = 41.35%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0A52A (or 0xC0A52A) is known color: Earls Green. HEX triplet: C0, A5 and 2A. RGB value is (192,165,42). Sum of RGB (Red+Green+Blue) = 192+165+42=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A52A is #3F5AD5. Grayscale: #9F9F9F. Windows color (decimal): -4152022 or 2794944. OLE color: 2794944.

HSL color Cylindrical-coordinate representation of color #C0A52A: hue angle of 49.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0A52A is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 42 -
CMYK 0 0.14 0.78 0.25
HSL 49.2º 0.64% 0.46% -
HSV(B) 49.2º 0.78% 0.75% -
XYZ 35.61 38.28 7.7 -
YUV 159.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 192 165 42 0 0.14 0.78 0.25 49.2 0.64 0.46
Hex C0 A5 2A 0 E 4E 19 31 40 2E
Octal 300 245 52 0 16 116 31 61 100 56
Binary 11000000 10100101 101010 0 1110 1001110 11001 110001 1000000 101110

Color Harmonies of #C0A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A52A

Black with #C0A52A

Text Example


Text Example

White with #C0A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A52A; }

 p { color: rgb(192,165,42); }

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

background-color css

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

 a { background-color: rgb(192,165,42); }

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

border-color css

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

 span { border-color: rgb(192,165,42); }

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