Html Css Color HEX #9CB3AF Conch

📋 copy color: '#9CB3AF'

red 156 ◦ green 179 ◦ blue 175

#9CB3AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9CB3AF

Tints of Conch #9CB3AF

RGB

 RED value IS 156 (61.33% from 255) = 30.59%

 GREEN value IS 179 (70.31% from 255) = 35.1%

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 30.59%
G = 35.1%
B = 34.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#9CB3AF (or 0x9CB3AF) is known color: Conch. HEX triplet: 9C, B3 and AF. RGB value is (156,179,175). Sum of RGB (Red+Green+Blue) = 156+179+175=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB3AF is #634C50. Grayscale: #ABABAB. Windows color (decimal): -6507601 or 11514780. OLE color: 11514780.

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

Color convert

RGB 156 179 175 -
CMYK 0.13 0 0.02 0.30
HSL 169.57º 0.13% 0.66% -
HSV(B) 169.57º 0.13% 0.7% -
XYZ 37.57 42.4 46.76 -
YUV 171.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 156 179 175 0.13 0 0.02 0.30 169.57 0.13 0.66
Hex 9C B3 AF D 0 2 1E AA D 42
Octal 234 263 257 15 0 2 36 252 15 102
Binary 10011100 10110011 10101111 1101 0 10 11110 10101010 1101 1000010

Color Harmonies of #9CB3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB3AF

Black with #9CB3AF

Text Example


Text Example

White with #9CB3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CB3AF;
 }
 .AnyTagClassName
 {
   color: #9CB3AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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