#9BBAA1

Color #9BBAA1 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #9BBAA1

Tints of Summer Green #9BBAA1

Color information

#9BBAA1 (or 0x9BBAA1) is unknown color: approx Summer Green. HEX triplet: 9B, BA and A1. RGB value is (155,186,161). Sum of RGB (Red+Green+Blue) = 155+186+161=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAA1 is #64455E. Grayscale: #ADADAD. Windows color (decimal): -6571359 or 10599067. OLE color: 10599067.

HSL color Cylindrical-coordinate representation of color #9BBAA1: hue angle of 131.61º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBAA1 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB155186161-
CMYK0.1700.130.27
HSL131.61º18.34%66.86%-
HSV(B)131.61º16.67%72.94%-
XYZ37.5144.6640.36-
YUV173.88120.73114.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=30.88%
G=37.05%
B=32.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861610.1700.130.27131.6118.3466.86
Hex9BBAA1110D1B841243
Octal233272241210153320422103
Binary10011011101110101010000110001011011101110000100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BBAA1; }

 p { color: rgb(155,186,161); }

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

<style>
 a { background-color: #9BBAA1; }

 a { background-color: rgb(155,186,161); }

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

<style>
 span { border-color: #9BBAA1; }

 span { border-color: rgb(155,186,161); }

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