#9BBFBC

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

Shades of Shadow Green #9BBFBC

Tints of Shadow Green #9BBFBC

Color information

#9BBFBC (or 0x9BBFBC) is unknown color: approx Shadow Green. HEX triplet: 9B, BF and BC. RGB value is (155,191,188). Sum of RGB (Red+Green+Blue) = 155+191+188=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFBC is #644043. Grayscale: #B3B3B3. Windows color (decimal): -6570052 or 12369819. OLE color: 12369819.

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

Color convert

RGB155191188-
CMYK0.1900.020.25
HSL175º21.95%67.84%-
HSV(B)175º18.85%74.9%-
XYZ41.2347.8654.64-
YUV179.89132.57110.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=29.03%
G=35.77%
B=35.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911880.1900.020.2517521.9567.84
Hex9BBFBC130219af1644
Octal23327727423023125726104
Binary100110111011111110111100100110101100110101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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