Html Css Color HEX #9CADAB Hit Grey

📋 copy color: '#9CADAB'

red 156 ◦ green 173 ◦ blue 171

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

Shades of Hit Grey #9CADAB

Tints of Hit Grey #9CADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.6%

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 31.2%
G = 34.6%
B = 34.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#9CADAB (or 0x9CADAB) is known color: Hit Grey. HEX triplet: 9C, AD and AB. RGB value is (156,173,171). Sum of RGB (Red+Green+Blue) = 156+173+171=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADAB is #635254. Grayscale: #A7A7A7. Windows color (decimal): -6509141 or 11251100. OLE color: 11251100.

HSL color Cylindrical-coordinate representation of color #9CADAB: hue angle of 172.94º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CADAB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 173 171 -
CMYK 0.10 0 0.01 0.32
HSL 172.94º 0.09% 0.65% -
HSV(B) 172.94º 0.1% 0.68% -
XYZ 36 39.9 44.33 -
YUV 167.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 156 173 171 0.10 0 0.01 0.32 172.94 0.09 0.65
Hex 9C AD AB A 0 1 20 AD 9 41
Octal 234 255 253 12 0 1 40 255 11 101
Binary 10011100 10101101 10101011 1010 0 1 100000 10101101 1001 1000001

Color Harmonies of #9CADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADAB

Black with #9CADAB

Text Example


Text Example

White with #9CADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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