Html Css Color HEX #C2B720 Earls Green

📋 copy color: '#C2B720'

red 194 ◦ green 183 ◦ blue 32

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

Shades of Earls Green #C2B720

Tints of Earls Green #C2B720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

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

R = 47.43%
G = 44.74%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2B720 (or 0xC2B720) is known color: Earls Green. HEX triplet: C2, B7 and 20. RGB value is (194,183,32). Sum of RGB (Red+Green+Blue) = 194+183+32=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B720 is #3D48DF. Grayscale: #A9A9A9. Windows color (decimal): -4016352 or 2144194. OLE color: 2144194.

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

Color convert

RGB 194 183 32 -
CMYK 0 0.06 0.84 0.24
HSL 55.93º 0.72% 0.44% -
HSV(B) 55.93º 0.84% 0.76% -
XYZ 39.44 45.44 8.06 -
YUV 169.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 194 183 32 0 0.06 0.84 0.24 55.93 0.72 0.44
Hex C2 B7 20 0 6 54 18 38 48 2C
Octal 302 267 40 0 6 124 30 70 110 54
Binary 11000010 10110111 100000 0 110 1010100 11000 111000 1001000 101100

Color Harmonies of #C2B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B720

Black with #C2B720

Text Example


Text Example

White with #C2B720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B720; }

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

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

background-color css

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

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

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

border-color css

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

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

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