#9BB5A4

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

Shades of Summer Green #9BB5A4

Tints of Summer Green #9BB5A4

Color information

#9BB5A4 (or 0x9BB5A4) is unknown color: approx Summer Green. HEX triplet: 9B, B5 and A4. RGB value is (155,181,164). Sum of RGB (Red+Green+Blue) = 155+181+164=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB5A4 is #644A5B. Grayscale: #ABABAB. Windows color (decimal): -6572636 or 10794395. OLE color: 10794395.

HSL color Cylindrical-coordinate representation of color #9BB5A4: hue angle of 140.77º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB5A4 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB155181164-
CMYK0.1400.090.29
HSL140.77º14.94%65.88%-
HSV(B)140.77º14.36%70.98%-
XYZ36.7442.741.43-
YUV171.29123.89116.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=31%
G=36.2%
B=32.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811640.1400.090.29140.7714.9465.88
Hex9BB5A4E091D8df42
Octal233265244160113521517102
Binary100110111011010110100100111001001111011000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,164); }

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

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

 a { background-color: rgb(155,181,164); }

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

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

 span { border-color: rgb(155,181,164); }

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