Html Css Color HEX #C2B120 Earls Green

📋 copy color: '#C2B120'

red 194 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #C2B120

Tints of Earls Green #C2B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

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

R = 48.14%
G = 43.92%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2B120 (or 0xC2B120) is known color: Earls Green. HEX triplet: C2, B1 and 20. RGB value is (194,177,32). Sum of RGB (Red+Green+Blue) = 194+177+32=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B120 is #3D4EDF. Grayscale: #A6A6A6. Windows color (decimal): -4017888 or 2142658. OLE color: 2142658.

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

Color convert

RGB 194 177 32 -
CMYK 0 0.09 0.84 0.24
HSL 53.7º 0.72% 0.44% -
HSV(B) 53.7º 0.84% 0.76% -
XYZ 38.23 43.02 7.65 -
YUV 165.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 194 177 32 0 0.09 0.84 0.24 53.7 0.72 0.44
Hex C2 B1 20 0 9 54 18 36 48 2C
Octal 302 261 40 0 11 124 30 66 110 54
Binary 11000010 10110001 100000 0 1001 1010100 11000 110110 1001000 101100

Color Harmonies of #C2B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B120

Black with #C2B120

Text Example


Text Example

White with #C2B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B120; }

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

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

background-color css

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

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

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

border-color css

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

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

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