Html Css Color HEX #9BBBAA Skeptic

📋 copy color: '#9BBBAA'

red 155 ◦ green 187 ◦ blue 170

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

Shades of Skeptic #9BBBAA

Tints of Skeptic #9BBBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.2%

R = 30.27%
G = 36.52%
B = 33.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#9BBBAA (or 0x9BBBAA) is known color: Skeptic. HEX triplet: 9B, BB and AA. RGB value is (155,187,170). Sum of RGB (Red+Green+Blue) = 155+187+170=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBAA is #644455. Grayscale: #AFAFAF. Windows color (decimal): -6571094 or 11189147. OLE color: 11189147.

HSL color Cylindrical-coordinate representation of color #9BBBAA: hue angle of 148.12º 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 #9BBBAA is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 170 -
CMYK 0.17 0 0.09 0.27
HSL 148.13º 0.19% 0.67% -
HSV(B) 148.13º 0.17% 0.73% -
XYZ 38.54 45.41 44.76 -
YUV 175.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 155 187 170 0.17 0 0.09 0.27 148.13 0.19 0.67
Hex 9B BB AA 11 0 9 1B 94 13 43
Octal 233 273 252 21 0 11 33 224 23 103
Binary 10011011 10111011 10101010 10001 0 1001 11011 10010100 10011 1000011

Color Harmonies of #9BBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBAA

Black with #9BBBAA

Text Example


Text Example

White with #9BBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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