#9CBFA9

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

Shades of Skeptic #9CBFA9

Tints of Skeptic #9CBFA9

Color information

#9CBFA9 (or 0x9CBFA9) is unknown color: approx Skeptic. HEX triplet: 9C, BF and A9. RGB value is (156,191,169). Sum of RGB (Red+Green+Blue) = 156+191+169=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBFA9 is #634056. Grayscale: #B2B2B2. Windows color (decimal): -6504535 or 11124636. OLE color: 11124636.

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

Color convert

RGB156191169-
CMYK0.1800.120.25
HSL142.29º21.47%68.04%-
HSV(B)142.29º18.32%74.9%-
XYZ39.547.1944.56-
YUV178.03122.9112.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=30.23%
G=37.02%
B=32.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911690.1800.120.25142.2921.4768.04
Hex9CBFA9120C198e1544
Octal234277251220143121625104
Binary10011100101111111010100110010011001100110001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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