#9BBAA5

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

Shades of Summer Green #9BBAA5

Tints of Summer Green #9BBAA5

Color information

#9BBAA5 (or 0x9BBAA5) is unknown color: approx Summer Green. HEX triplet: 9B, BA and A5. RGB value is (155,186,165). Sum of RGB (Red+Green+Blue) = 155+186+165=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAA5 is #64455A. Grayscale: #AEAEAE. Windows color (decimal): -6571355 or 10861211. OLE color: 10861211.

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

Color convert

RGB155186165-
CMYK0.1700.110.27
HSL139.35º18.34%66.86%-
HSV(B)139.35º16.67%72.94%-
XYZ37.8744.842.25-
YUV174.34122.73114.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=30.63%
G=36.76%
B=32.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861650.1700.110.27139.3518.3466.86
Hex9BBAA5110B1B8b1243
Octal233272245210133321322103
Binary10011011101110101010010110001010111101110001011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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