Html Css Color HEX #C2B520 Earls Green

📋 copy color: '#C2B520'

red 194 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #C2B520

Tints of Earls Green #C2B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.47%

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

R = 47.67%
G = 44.47%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2B520 (or 0xC2B520) is known color: Earls Green. HEX triplet: C2, B5 and 20. RGB value is (194,181,32). Sum of RGB (Red+Green+Blue) = 194+181+32=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B520 is #3D4ADF. Grayscale: #A8A8A8. Windows color (decimal): -4016864 or 2143682. OLE color: 2143682.

HSL color Cylindrical-coordinate representation of color #C2B520: hue angle of 55.19º 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 #C2B520 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 32 -
CMYK 0 0.07 0.84 0.24
HSL 55.19º 0.72% 0.44% -
HSV(B) 55.19º 0.84% 0.76% -
XYZ 39.03 44.62 7.92 -
YUV 167.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 194 181 32 0 0.07 0.84 0.24 55.19 0.72 0.44
Hex C2 B5 20 0 7 54 18 37 48 2C
Octal 302 265 40 0 7 124 30 67 110 54
Binary 11000010 10110101 100000 0 111 1010100 11000 110111 1001000 101100

Color Harmonies of #C2B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B520

Black with #C2B520

Text Example


Text Example

White with #C2B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B520; }

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

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

background-color css

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

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

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

border-color css

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

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

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