#21B885

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

Shades of Mountain Meadow #21B885

Tints of Mountain Meadow #21B885

Color information

#21B885 (or 0x21B885) is unknown color: approx Mountain Meadow. HEX triplet: 21, B8 and 85. RGB value is (33,184,133). Sum of RGB (Red+Green+Blue) = 33+184+133=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #21B885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B885 is #DE477A. Grayscale: #858585. Windows color (decimal): -14567291 or 8763425. OLE color: 8763425.

HSL color Cylindrical-coordinate representation of color #21B885: hue angle of 159.74º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B885 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB33184133-
CMYK0.8200.280.28
HSL159.74º69.59%42.55%-
HSV(B)159.74º82.07%72.16%-
XYZ2236.328.04-
YUV133.04127.9756.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.43%
GREEN value IS 184 (72.27% from 255) = 52.57%
BLUE value IS 133 (52.34% from 255) = 38%
R=9.43%
G=52.57%
B=38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331841330.8200.280.28159.7469.5942.55
Hex21B8855201C1Ca0462b
Octal412702051220343424010653
Binary1000011011100010000101101001001110011100101000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,184,133); }

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

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

 a { background-color: rgb(33,184,133); }

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

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

 span { border-color: rgb(33,184,133); }

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