#9BBCA5

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

Shades of Summer Green #9BBCA5

Tints of Summer Green #9BBCA5

Color information

#9BBCA5 (or 0x9BBCA5) is unknown color: approx Summer Green. HEX triplet: 9B, BC and A5. RGB value is (155,188,165). Sum of RGB (Red+Green+Blue) = 155+188+165=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCA5 is #64435A. Grayscale: #AFAFAF. Windows color (decimal): -6570843 or 10861723. OLE color: 10861723.

HSL color Cylindrical-coordinate representation of color #9BBCA5: hue angle of 138.18º 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 #9BBCA5 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB155188165-
CMYK0.1800.120.26
HSL138.18º19.76%67.25%-
HSV(B)138.18º17.55%73.73%-
XYZ38.2945.6542.39-
YUV175.51122.07113.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=30.51%
G=37.01%
B=32.48%

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
Decimal1551881650.1800.120.26138.1819.7667.25
Hex9BBCA5120C1A8a1443
Octal233274245220143221224103
Binary10011011101111001010010110010011001101010001010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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