#9DB6A7

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

Shades of Skeptic #9DB6A7

Tints of Skeptic #9DB6A7

Color information

#9DB6A7 (or 0x9DB6A7) is unknown color: approx Skeptic. HEX triplet: 9D, B6 and A7. RGB value is (157,182,167). Sum of RGB (Red+Green+Blue) = 157+182+167=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6A7 is #624958. Grayscale: #ACACAC. Windows color (decimal): -6441305 or 10991261. OLE color: 10991261.

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

Color convert

RGB157182167-
CMYK0.1400.080.29
HSL144º14.62%66.47%-
HSV(B)144º13.74%71.37%-
XYZ37.6143.4142.96-
YUV172.82124.72116.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=31.03%
G=35.97%
B=33.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821670.1400.080.2914414.6266.47
Hex9DB6A7E081D90f42
Octal235266247160103522017102
Binary100111011011011010100111111001000111011001000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,167); }

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

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

 a { background-color: rgb(157,182,167); }

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

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

 span { border-color: rgb(157,182,167); }

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