#9BB2A2

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

Shades of Summer Green #9BB2A2

Tints of Summer Green #9BB2A2

Color information

#9BB2A2 (or 0x9BB2A2) is unknown color: approx Summer Green. HEX triplet: 9B, B2 and A2. RGB value is (155,178,162). Sum of RGB (Red+Green+Blue) = 155+178+162=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB2A2 is #644D5D. Grayscale: #A9A9A9. Windows color (decimal): -6573406 or 10662555. OLE color: 10662555.

HSL color Cylindrical-coordinate representation of color #9BB2A2: hue angle of 138.26º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BB2A2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB155178162-
CMYK0.1300.090.30
HSL138.26º12.99%65.29%-
HSV(B)138.26º12.92%69.8%-
XYZ35.9641.4240.28-
YUV169.3123.88117.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=31.31%
G=35.96%
B=32.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551781620.1300.090.30138.2612.9965.29
Hex9BB2A2D091E8ad41
Octal233262242150113621215101
Binary100110111011001010100010110101001111101000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,178,162); }

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

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

 a { background-color: rgb(155,178,162); }

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

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

 span { border-color: rgb(155,178,162); }

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