#21B476

Color #21B476 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #21B476

Tints of Mountain Meadow #21B476

Color information

#21B476 (or 0x21B476) is unknown color: approx Mountain Meadow. HEX triplet: 21, B4 and 76. RGB value is (33,180,118). Sum of RGB (Red+Green+Blue) = 33+180+118=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #21B476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B476 is #DE4B89. Grayscale: #818181. Windows color (decimal): -14568330 or 7779361. OLE color: 7779361.

HSL color Cylindrical-coordinate representation of color #21B476: hue angle of 154.69º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B476 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB33180118-
CMYK0.8200.340.29
HSL154.69º69.01%41.76%-
HSV(B)154.69º81.67%70.59%-
XYZ20.2234.2722.69-
YUV128.98121.859.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=9.97%
G=54.38%
B=35.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331801180.8200.340.29154.6969.0141.76
Hex21B476520221D9b452a
Octal412641661220423523310552
Binary1000011011010011101101010010010001011101100110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B476; }

 p { color: rgb(33,180,118); }

 H1.HeaderClassName
 {
   color: #21B476;
 }
 .AnyTagClassName
 {
   color: #21B476;
 }
</style>
background-color css

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

 a { background-color: rgb(33,180,118); }

 div.DivClassName
 {
   background-color: #21B476;
 }
 .BgClassName
 {
   background-color: #21B476;
 }
</style>
border-color css

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

 span { border-color: rgb(33,180,118); }

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