Html Css Color HEX #9BB6AA Skeptic

📋 copy color: '#9BB6AA'

red 155 ◦ green 182 ◦ blue 170

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

Shades of Skeptic #9BB6AA

Tints of Skeptic #9BB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

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

R = 30.57%
G = 35.9%
B = 33.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#9BB6AA (or 0x9BB6AA) is known color: Skeptic. HEX triplet: 9B, B6 and AA. RGB value is (155,182,170). Sum of RGB (Red+Green+Blue) = 155+182+170=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB6AA is #644955. Grayscale: #ACACAC. Windows color (decimal): -6572374 or 11187867. OLE color: 11187867.

HSL color Cylindrical-coordinate representation of color #9BB6AA: hue angle of 153.33º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB6AA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 170 -
CMYK 0.15 0 0.07 0.29
HSL 153.33º 0.16% 0.66% -
HSV(B) 153.33º 0.15% 0.71% -
XYZ 37.5 43.33 44.42 -
YUV 172.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 155 182 170 0.15 0 0.07 0.29 153.33 0.16 0.66
Hex 9B B6 AA F 0 7 1D 99 10 42
Octal 233 266 252 17 0 7 35 231 20 102
Binary 10011011 10110110 10101010 1111 0 111 11101 10011001 10000 1000010

Color Harmonies of #9BB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB6AA

Black with #9BB6AA

Text Example


Text Example

White with #9BB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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