Html Css Color HEX #9BBCAA Skeptic

📋 copy color: '#9BBCAA'

red 155 ◦ green 188 ◦ blue 170

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

Shades of Skeptic #9BBCAA

Tints of Skeptic #9BBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.65%

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

R = 30.21%
G = 36.65%
B = 33.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#9BBCAA (or 0x9BBCAA) is known color: Skeptic. HEX triplet: 9B, BC and AA. RGB value is (155,188,170). Sum of RGB (Red+Green+Blue) = 155+188+170=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCAA is #644355. Grayscale: #B0B0B0. Windows color (decimal): -6570838 or 11189403. OLE color: 11189403.

HSL color Cylindrical-coordinate representation of color #9BBCAA: hue angle of 147.27º 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 #9BBCAA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 170 -
CMYK 0.18 0 0.10 0.26
HSL 147.27º 0.2% 0.67% -
HSV(B) 147.27º 0.18% 0.74% -
XYZ 38.76 45.84 44.84 -
YUV 176.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 155 188 170 0.18 0 0.10 0.26 147.27 0.2 0.67
Hex 9B BC AA 12 0 A 1A 93 14 43
Octal 233 274 252 22 0 12 32 223 24 103
Binary 10011011 10111100 10101010 10010 0 1010 11010 10010011 10100 1000011

Color Harmonies of #9BBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCAA

Black with #9BBCAA

Text Example


Text Example

White with #9BBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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