#9CB2AF

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

Shades of Conch #9CB2AF

Tints of Conch #9CB2AF

Color information

#9CB2AF (or 0x9CB2AF) is unknown color: approx Conch. HEX triplet: 9C, B2 and AF. RGB value is (156,178,175). Sum of RGB (Red+Green+Blue) = 156+178+175=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB2AF is #634D50. Grayscale: #ABABAB. Windows color (decimal): -6507857 or 11514524. OLE color: 11514524.

HSL color Cylindrical-coordinate representation of color #9CB2AF: hue angle of 171.82º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB2AF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB156178175-
CMYK0.1200.020.30
HSL171.82º12.5%65.49%-
HSV(B)171.82º12.36%69.8%-
XYZ37.374246.7-
YUV171.08130.21117.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=30.65%
G=34.97%
B=34.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561781750.1200.020.30171.8212.565.49
Hex9CB2AFC021Eacc41
Octal23426225714023625414101
Binary1001110010110010101011111100010111101010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,175); }

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

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

 a { background-color: rgb(156,178,175); }

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

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

 span { border-color: rgb(156,178,175); }

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