Html Css Color HEX #C2B215 Earls Green

📋 copy color: '#C2B215'

red 194 ◦ green 178 ◦ blue 21

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

Shades of Earls Green #C2B215

Tints of Earls Green #C2B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 49.36%
G = 45.29%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2B215 (or 0xC2B215) is known color: Earls Green. HEX triplet: C2, B2 and 15. RGB value is (194,178,21). Sum of RGB (Red+Green+Blue) = 194+178+21=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B215 is #3D4DEA. Grayscale: #A5A5A5. Windows color (decimal): -4017643 or 1422018. OLE color: 1422018.

HSL color Cylindrical-coordinate representation of color #C2B215: hue angle of 54.45º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2B215 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 21 -
CMYK 0 0.08 0.89 0.24
HSL 54.45º 0.8% 0.42% -
HSV(B) 54.45º 0.89% 0.76% -
XYZ 38.3 43.36 7.06 -
YUV 164.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 194 178 21 0 0.08 0.89 0.24 54.45 0.8 0.42
Hex C2 B2 15 0 8 59 18 36 50 2A
Octal 302 262 25 0 10 131 30 66 120 52
Binary 11000010 10110010 10101 0 1000 1011001 11000 110110 1010000 101010

Color Harmonies of #C2B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B215

Black with #C2B215

Text Example


Text Example

White with #C2B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B215; }

 p { color: rgb(194,178,21); }

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

background-color css

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

 a { background-color: rgb(194,178,21); }

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

border-color css

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

 span { border-color: rgb(194,178,21); }

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