#1BB084

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

Shades of Mountain Meadow #1BB084

Tints of Mountain Meadow #1BB084

Color information

#1BB084 (or 0x1BB084) is unknown color: approx Mountain Meadow. HEX triplet: 1B, B0 and 84. RGB value is (27,176,132). Sum of RGB (Red+Green+Blue) = 27+176+132=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BB084 is #E44F7B. Grayscale: #7E7E7E. Windows color (decimal): -14962556 or 8695835. OLE color: 8695835.

HSL color Cylindrical-coordinate representation of color #1BB084: hue angle of 162.28º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB084 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB27176132-
CMYK0.8500.250.31
HSL162.28º73.4%39.8%-
HSV(B)162.28º84.66%69.02%-
XYZ20.1432.9527.13-
YUV126.43131.1457.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.06%
GREEN value IS 176 (69.14% from 255) = 52.54%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=8.06%
G=52.54%
B=39.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271761320.8500.250.31162.2873.439.8
Hex1BB084550191Fa24928
Octal332602041250313724211150
Binary110111011000010000100101010101100111111101000101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,176,132); }

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

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

 a { background-color: rgb(27,176,132); }

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

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

 span { border-color: rgb(27,176,132); }

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