#1BB775

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

Shades of Mountain Meadow #1BB775

Tints of Mountain Meadow #1BB775

Color information

#1BB775 (or 0x1BB775) is unknown color: approx Mountain Meadow. HEX triplet: 1B, B7 and 75. RGB value is (27,183,117). Sum of RGB (Red+Green+Blue) = 27+183+117=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #1BB775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB775 is #E4488A. Grayscale: #808080. Windows color (decimal): -14960779 or 7714587. OLE color: 7714587.

HSL color Cylindrical-coordinate representation of color #1BB775: hue angle of 154.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB775 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB27183117-
CMYK0.8500.360.28
HSL154.62º74.29%41.18%-
HSV(B)154.62º85.25%71.76%-
XYZ20.635.3822.57-
YUV128.83121.3255.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.26%
GREEN value IS 183 (71.88% from 255) = 55.96%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=8.26%
G=55.96%
B=35.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal271831170.8500.360.28154.6274.2941.18
Hex1BB775550241C9b4a29
Octal332671651250443423311251
Binary110111011011111101011010101010010011100100110111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,183,117); }

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

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

 a { background-color: rgb(27,183,117); }

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

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

 span { border-color: rgb(27,183,117); }

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