#21BA85

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

Shades of Mountain Meadow #21BA85

Tints of Mountain Meadow #21BA85

Color information

#21BA85 (or 0x21BA85) is unknown color: approx Mountain Meadow. HEX triplet: 21, BA and 85. RGB value is (33,186,133). Sum of RGB (Red+Green+Blue) = 33+186+133=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA85 is #DE457A. Grayscale: #868686. Windows color (decimal): -14566779 or 8763937. OLE color: 8763937.

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

Color convert

RGB33186133-
CMYK0.8200.280.27
HSL159.22º69.86%42.94%-
HSV(B)159.22º82.26%72.94%-
XYZ22.4237.1328.18-
YUV134.21127.3155.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.38%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=9.38%
G=52.84%
B=37.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331861330.8200.280.27159.2269.8642.94
Hex21BA855201C1B9f462b
Octal412722051220343323710653
Binary1000011011101010000101101001001110011011100111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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