Html Css Color HEX #C2A520 Earls Green

📋 copy color: '#C2A520'

red 194 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #C2A520

Tints of Earls Green #C2A520

RGB

 RED value IS 194 (76.17% from 255) = 49.62%

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

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 49.62%
G = 42.2%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2A520 (or 0xC2A520) is known color: Earls Green. HEX triplet: C2, A5 and 20. RGB value is (194,165,32). Sum of RGB (Red+Green+Blue) = 194+165+32=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A520 is #3D5ADF. Grayscale: #9F9F9F. Windows color (decimal): -4020960 or 2139586. OLE color: 2139586.

HSL color Cylindrical-coordinate representation of color #C2A520: hue angle of 49.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A520 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 32 -
CMYK 0 0.15 0.84 0.24
HSL 49.26º 0.72% 0.44% -
HSV(B) 49.26º 0.84% 0.76% -
XYZ 35.96 38.48 6.9 -
YUV 158.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 194 165 32 0 0.15 0.84 0.24 49.26 0.72 0.44
Hex C2 A5 20 0 F 54 18 31 48 2C
Octal 302 245 40 0 17 124 30 61 110 54
Binary 11000010 10100101 100000 0 1111 1010100 11000 110001 1001000 101100

Color Harmonies of #C2A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A520

Black with #C2A520

Text Example


Text Example

White with #C2A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A520; }

 p { color: rgb(194,165,32); }

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

background-color css

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

 a { background-color: rgb(194,165,32); }

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

border-color css

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

 span { border-color: rgb(194,165,32); }

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