#9BBDAA

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

Shades of Skeptic #9BBDAA

Tints of Skeptic #9BBDAA

Color information

#9BBDAA (or 0x9BBDAA) is unknown color: approx Skeptic. HEX triplet: 9B, BD and AA. RGB value is (155,189,170). Sum of RGB (Red+Green+Blue) = 155+189+170=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBDAA is #644255. Grayscale: #B0B0B0. Windows color (decimal): -6570582 or 11189659. OLE color: 11189659.

HSL color Cylindrical-coordinate representation of color #9BBDAA: hue angle of 146.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBDAA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB155189170-
CMYK0.1800.100.26
HSL146.47º20.48%67.45%-
HSV(B)146.47º17.99%74.12%-
XYZ38.9746.2744.91-
YUV176.67124.24112.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=30.16%
G=36.77%
B=33.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891700.1800.100.26146.4720.4867.45
Hex9BBDAA120A1A921443
Octal233275252220123222224103
Binary10011011101111011010101010010010101101010010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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