#1BCB89

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

Shades of Mountain Meadow #1BCB89

Tints of Mountain Meadow #1BCB89

Color information

#1BCB89 (or 0x1BCB89) is unknown color: approx Mountain Meadow. HEX triplet: 1B, CB and 89. RGB value is (27,203,137). Sum of RGB (Red+Green+Blue) = 27+203+137=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCB89 is #E43476. Grayscale: #8E8E8E. Windows color (decimal): -14955639 or 9030427. OLE color: 9030427.

HSL color Cylindrical-coordinate representation of color #1BCB89: hue angle of 157.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCB89 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB27203137-
CMYK0.8700.330.20
HSL157.5º76.52%45.1%-
HSV(B)157.5º86.7%79.61%-
XYZ26.3244.7530.92-
YUV142.85124.6945.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.36%
GREEN value IS 203 (79.69% from 255) = 55.31%
BLUE value IS 137 (53.91% from 255) = 37.33%
R=7.36%
G=55.31%
B=37.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal272031370.8700.330.20157.576.5245.1
Hex1BCB8957021149e4d2d
Octal333132111270412423611555
Binary1101111001011100010011010111010000110100100111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,203,137); }

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

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

 a { background-color: rgb(27,203,137); }

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

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

 span { border-color: rgb(27,203,137); }

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