#1CBB89

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

Shades of Mountain Meadow #1CBB89

Tints of Mountain Meadow #1CBB89

Color information

#1CBB89 (or 0x1CBB89) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BB and 89. RGB value is (28,187,137). Sum of RGB (Red+Green+Blue) = 28+187+137=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBB89 is #E34476. Grayscale: #858585. Windows color (decimal): -14894199 or 9026332. OLE color: 9026332.

HSL color Cylindrical-coordinate representation of color #1CBB89: hue angle of 161.13º degrees, saturation: 0.74, 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 #1CBB89 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB28187137-
CMYK0.8500.270.27
HSL161.13º73.95%42.16%-
HSV(B)161.13º85.03%73.33%-
XYZ22.7637.5929.72-
YUV133.76129.8252.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.95%
GREEN value IS 187 (73.44% from 255) = 53.12%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=7.95%
G=53.12%
B=38.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281871370.8500.270.27161.1373.9542.16
Hex1CBB895501B1Ba14a2a
Octal342732111250333324111252
Binary111001011101110001001101010101101111011101000011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,187,137); }

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

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

 a { background-color: rgb(28,187,137); }

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

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

 span { border-color: rgb(28,187,137); }

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