Html Css Color HEX #9BBBB9 Shadow Green

📋 copy color: '#9BBBB9'

red 155 ◦ green 187 ◦ blue 185

#9BBBB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #9BBBB9

Tints of Shadow Green #9BBBB9

RGB

 RED value IS 155 (60.94% from 255) = 29.41%

 GREEN value IS 187 (73.44% from 255) = 35.48%

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 29.41%
G = 35.48%
B = 35.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#9BBBB9 (or 0x9BBBB9) is known color: Shadow Green. HEX triplet: 9B, BB and B9. RGB value is (155,187,185). Sum of RGB (Red+Green+Blue) = 155+187+185=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBB9 is #644446. Grayscale: #B1B1B1. Windows color (decimal): -6571079 or 12172187. OLE color: 12172187.

HSL color Cylindrical-coordinate representation of color #9BBBB9: hue angle of 176.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBBB9 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 185 -
CMYK 0.17 0 0.01 0.27
HSL 176.25º 0.19% 0.67% -
HSV(B) 176.25º 0.17% 0.73% -
XYZ 40.04 46.01 52.67 -
YUV 177.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 155 187 185 0.17 0 0.01 0.27 176.25 0.19 0.67
Hex 9B BB B9 11 0 1 1B B0 13 43
Octal 233 273 271 21 0 1 33 260 23 103
Binary 10011011 10111011 10111001 10001 0 1 11011 10110000 10011 1000011

Color Harmonies of #9BBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBB9

Black with #9BBBB9

Text Example


Text Example

White with #9BBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,185); }

 H1.HeaderClassName
 {
   color: #9BBBB9;
 }
 .AnyTagClassName
 {
   color: #9BBBB9;
 }
</style>

background-color css

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

 a { background-color: rgb(155,187,185); }

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

border-color css

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

 span { border-color: rgb(155,187,185); }

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