#9BBFB6

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

Shades of Shadow Green #9BBFB6

Tints of Shadow Green #9BBFB6

Color information

#9BBFB6 (or 0x9BBFB6) is unknown color: approx Shadow Green. HEX triplet: 9B, BF and B6. RGB value is (155,191,182). Sum of RGB (Red+Green+Blue) = 155+191+182=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB6 is #644049. Grayscale: #B3B3B3. Windows color (decimal): -6570058 or 11976603. OLE color: 11976603.

HSL color Cylindrical-coordinate representation of color #9BBFB6: hue angle of 165º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFB6 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB155191182-
CMYK0.1900.050.25
HSL165º21.95%67.84%-
HSV(B)165º18.85%74.9%-
XYZ40.5947.6151.31-
YUV179.21129.57110.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=29.36%
G=36.17%
B=34.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911820.1900.050.2516521.9567.84
Hex9BBFB6130519a51644
Octal23327726623053124526104
Binary1001101110111111101101101001101011100110100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,182); }

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

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

 a { background-color: rgb(155,191,182); }

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

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

 span { border-color: rgb(155,191,182); }

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