#9BB2A3

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

Shades of Summer Green #9BB2A3

Tints of Summer Green #9BB2A3

Color information

#9BB2A3 (or 0x9BB2A3) is unknown color: approx Summer Green. HEX triplet: 9B, B2 and A3. RGB value is (155,178,163). Sum of RGB (Red+Green+Blue) = 155+178+163=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB2A3 is #644D5C. Grayscale: #A9A9A9. Windows color (decimal): -6573405 or 10728091. OLE color: 10728091.

HSL color Cylindrical-coordinate representation of color #9BB2A3: hue angle of 140.87º 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 #9BB2A3 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB155178163-
CMYK0.1300.080.30
HSL140.87º12.99%65.29%-
HSV(B)140.87º12.92%69.8%-
XYZ36.0541.4540.75-
YUV169.41124.38117.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 163 (64.06% from 255) = 32.86%
R=31.25%
G=35.89%
B=32.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551781630.1300.080.30140.8712.9965.29
Hex9BB2A3D081E8dd41
Octal233262243150103621515101
Binary100110111011001010100011110101000111101000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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