#9BBBA1

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

Shades of Summer Green #9BBBA1

Tints of Summer Green #9BBBA1

Color information

#9BBBA1 (or 0x9BBBA1) is unknown color: approx Summer Green. HEX triplet: 9B, BB and A1. RGB value is (155,187,161). Sum of RGB (Red+Green+Blue) = 155+187+161=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBA1 is #64445E. Grayscale: #AEAEAE. Windows color (decimal): -6571103 or 10599323. OLE color: 10599323.

HSL color Cylindrical-coordinate representation of color #9BBBA1: hue angle of 131.25º degrees, saturation: 0.19, 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 #9BBBA1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB155187161-
CMYK0.1700.140.27
HSL131.25º19.05%67.06%-
HSV(B)131.25º17.11%73.33%-
XYZ37.7245.0840.43-
YUV174.47120.4114.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=30.82%
G=37.18%
B=32.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871610.1700.140.27131.2519.0567.06
Hex9BBBA1110E1B831343
Octal233273241210163320323103
Binary10011011101110111010000110001011101101110000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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