#9BBFBE

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

Shades of Shadow Green #9BBFBE

Tints of Shadow Green #9BBFBE

Color information

#9BBFBE (or 0x9BBFBE) is unknown color: approx Shadow Green. HEX triplet: 9B, BF and BE. RGB value is (155,191,190). Sum of RGB (Red+Green+Blue) = 155+191+190=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFBE is #644041. Grayscale: #B4B4B4. Windows color (decimal): -6570050 or 12500891. OLE color: 12500891.

HSL color Cylindrical-coordinate representation of color #9BBFBE: hue angle of 178.33º 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 #9BBFBE is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB155191190-
CMYK0.1900.010.25
HSL178.33º21.95%67.84%-
HSV(B)178.33º18.85%74.9%-
XYZ41.4447.9555.79-
YUV180.12133.57110.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=28.92%
G=35.63%
B=35.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911900.1900.010.25178.3321.9567.84
Hex9BBFBE130119b21644
Octal23327727623013126226104
Binary10011011101111111011111010011011100110110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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