#9BBCA6

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

Shades of Summer Green #9BBCA6

Tints of Summer Green #9BBCA6

Color information

#9BBCA6 (or 0x9BBCA6) is unknown color: approx Summer Green. HEX triplet: 9B, BC and A6. RGB value is (155,188,166). Sum of RGB (Red+Green+Blue) = 155+188+166=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCA6 is #644359. Grayscale: #AFAFAF. Windows color (decimal): -6570842 or 10927259. OLE color: 10927259.

HSL color Cylindrical-coordinate representation of color #9BBCA6: hue angle of 140º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBCA6 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB155188166-
CMYK0.1800.120.26
HSL140º19.76%67.25%-
HSV(B)140º17.55%73.73%-
XYZ38.3845.6942.87-
YUV175.62122.57113.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 166 (65.23% from 255) = 32.61%
R=30.45%
G=36.94%
B=32.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881660.1800.120.2614019.7667.25
Hex9BBCA6120C1A8c1443
Octal233274246220143221424103
Binary10011011101111001010011010010011001101010001100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,166); }

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

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

 a { background-color: rgb(155,188,166); }

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

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

 span { border-color: rgb(155,188,166); }

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