#1BB96E

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

Shades of Mountain Meadow #1BB96E

Tints of Mountain Meadow #1BB96E

Color information

#1BB96E (or 0x1BB96E) is unknown color: approx Mountain Meadow. HEX triplet: 1B, B9 and 6E. RGB value is (27,185,110). Sum of RGB (Red+Green+Blue) = 27+185+110=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #1BB96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB96E is #E44691. Grayscale: #818181. Windows color (decimal): -14960274 or 7256347. OLE color: 7256347.

HSL color Cylindrical-coordinate representation of color #1BB96E: hue angle of 151.52º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB96E is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB27185110-
CMYK0.8500.410.27
HSL151.52º74.53%41.57%-
HSV(B)151.52º85.41%72.55%-
XYZ20.6236.0620.62-
YUV129.21117.1555.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.39%
GREEN value IS 185 (72.66% from 255) = 57.45%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=8.39%
G=57.45%
B=34.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal271851100.8500.410.27151.5274.5341.57
Hex1BB96E550291B984b2a
Octal332711561250513323011352
Binary110111011100111011101010101010100111011100110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,185,110); }

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

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

 a { background-color: rgb(27,185,110); }

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

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

 span { border-color: rgb(27,185,110); }

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