Html Css Color HEX #C2B020 Earls Green

📋 copy color: '#C2B020'

red 194 ◦ green 176 ◦ blue 32

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

Shades of Earls Green #C2B020

Tints of Earls Green #C2B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

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

R = 48.26%
G = 43.78%
B = 7.96%

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

#C2B020 (or 0xC2B020) is known color: Earls Green. HEX triplet: C2, B0 and 20. RGB value is (194,176,32). Sum of RGB (Red+Green+Blue) = 194+176+32=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B020 is #3D4FDF. Grayscale: #A5A5A5. Windows color (decimal): -4018144 or 2142402. OLE color: 2142402.

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

Color convert

RGB 194 176 32 -
CMYK 0 0.09 0.84 0.24
HSL 53.33º 0.72% 0.44% -
HSV(B) 53.33º 0.84% 0.76% -
XYZ 38.03 42.62 7.59 -
YUV 164.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 194 176 32 0 0.09 0.84 0.24 53.33 0.72 0.44
Hex C2 B0 20 0 9 54 18 35 48 2C
Octal 302 260 40 0 11 124 30 65 110 54
Binary 11000010 10110000 100000 0 1001 1010100 11000 110101 1001000 101100

Color Harmonies of #C2B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B020

Black with #C2B020

Text Example


Text Example

White with #C2B020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B020; }

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

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

background-color css

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

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

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

border-color css

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

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

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