#9CBFAB

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

Shades of Skeptic #9CBFAB

Tints of Skeptic #9CBFAB

Color information

#9CBFAB (or 0x9CBFAB) is unknown color: approx Skeptic. HEX triplet: 9C, BF and AB. RGB value is (156,191,171). Sum of RGB (Red+Green+Blue) = 156+191+171=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBFAB is #634054. Grayscale: #B2B2B2. Windows color (decimal): -6504533 or 11255708. OLE color: 11255708.

HSL color Cylindrical-coordinate representation of color #9CBFAB: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBFAB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB156191171-
CMYK0.1800.100.25
HSL145.71º21.47%68.04%-
HSV(B)145.71º18.32%74.9%-
XYZ39.6947.2745.56-
YUV178.26123.9112.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=30.12%
G=36.87%
B=33.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911710.1800.100.25145.7121.4768.04
Hex9CBFAB120A19921544
Octal234277253220123122225104
Binary10011100101111111010101110010010101100110010010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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