Html Css Color HEX #9CB2AB Skeptic

📋 copy color: '#9CB2AB'

red 156 ◦ green 178 ◦ blue 171

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

Shades of Skeptic #9CB2AB

Tints of Skeptic #9CB2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

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

R = 30.89%
G = 35.25%
B = 33.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#9CB2AB (or 0x9CB2AB) is known color: Skeptic. HEX triplet: 9C, B2 and AB. RGB value is (156,178,171). Sum of RGB (Red+Green+Blue) = 156+178+171=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB2AB is #634D54. Grayscale: #AAAAAA. Windows color (decimal): -6507861 or 11252380. OLE color: 11252380.

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

Color convert

RGB 156 178 171 -
CMYK 0.12 0 0.04 0.30
HSL 160.91º 0.13% 0.65% -
HSV(B) 160.91º 0.12% 0.7% -
XYZ 36.98 41.85 44.66 -
YUV 170.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 156 178 171 0.12 0 0.04 0.30 160.91 0.13 0.65
Hex 9C B2 AB C 0 4 1E A1 C 41
Octal 234 262 253 14 0 4 36 241 14 101
Binary 10011100 10110010 10101011 1100 0 100 11110 10100001 1100 1000001

Color Harmonies of #9CB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB2AB

Black with #9CB2AB

Text Example


Text Example

White with #9CB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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