#1BB382

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

Shades of Mountain Meadow #1BB382

Tints of Mountain Meadow #1BB382

Color information

#1BB382 (or 0x1BB382) is unknown color: approx Mountain Meadow. HEX triplet: 1B, B3 and 82. RGB value is (27,179,130). Sum of RGB (Red+Green+Blue) = 27+179+130=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB382 is #E44C7D. Grayscale: #808080. Windows color (decimal): -14961790 or 8565531. OLE color: 8565531.

HSL color Cylindrical-coordinate representation of color #1BB382: hue angle of 160.66º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB382 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB27179130-
CMYK0.8500.270.30
HSL160.66º73.79%40.39%-
HSV(B)160.66º84.92%70.2%-
XYZ20.634.0826.61-
YUV127.97129.1455.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.04%
GREEN value IS 179 (70.31% from 255) = 53.27%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=8.04%
G=53.27%
B=38.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal271791300.8500.270.30160.6673.7940.39
Hex1BB3825501B1Ea14a28
Octal332632021250333624111250
Binary110111011001110000010101010101101111110101000011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BB382; }

 p { color: rgb(27,179,130); }

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

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

 a { background-color: rgb(27,179,130); }

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

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

 span { border-color: rgb(27,179,130); }

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