#9FBBA5

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

Shades of Summer Green #9FBBA5

Tints of Summer Green #9FBBA5

Color information

#9FBBA5 (or 0x9FBBA5) is unknown color: approx Summer Green. HEX triplet: 9F, BB and A5. RGB value is (159,187,165). Sum of RGB (Red+Green+Blue) = 159+187+165=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBA5 is #60445A. Grayscale: #B0B0B0. Windows color (decimal): -6308955 or 10861471. OLE color: 10861471.

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

Color convert

RGB159187165-
CMYK0.1500.120.27
HSL132.86º17.07%67.84%-
HSV(B)132.86º14.97%73.33%-
XYZ38.8645.6342.36-
YUV176.12121.72115.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=31.12%
G=36.59%
B=32.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871650.1500.120.27132.8617.0767.84
Hex9FBBA5F0C1B851144
Octal237273245170143320521104
Binary1001111110111011101001011111011001101110000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,165); }

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

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

 a { background-color: rgb(159,187,165); }

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

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

 span { border-color: rgb(159,187,165); }

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