#9CBBAB

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

Shades of Skeptic #9CBBAB

Tints of Skeptic #9CBBAB

Color information

#9CBBAB (or 0x9CBBAB) is unknown color: approx Skeptic. HEX triplet: 9C, BB and AB. RGB value is (156,187,171). Sum of RGB (Red+Green+Blue) = 156+187+171=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBBAB is #634454. Grayscale: #AFAFAF. Windows color (decimal): -6505557 or 11254684. OLE color: 11254684.

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

Color convert

RGB156187171-
CMYK0.1700.090.27
HSL149.03º18.56%67.25%-
HSV(B)149.03º16.58%73.33%-
XYZ38.8345.5545.27-
YUV175.91125.23113.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=30.35%
G=36.38%
B=33.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871710.1700.090.27149.0318.5667.25
Hex9CBBAB11091B951343
Octal234273253210113322523103
Binary10011100101110111010101110001010011101110010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,171); }

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

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

 a { background-color: rgb(156,187,171); }

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

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

 span { border-color: rgb(156,187,171); }

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