Html Css Color HEX #96C3AF Skeptic

📋 copy color: '#96C3AF'

red 150 ◦ green 195 ◦ blue 175

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

Shades of Skeptic #96C3AF

Tints of Skeptic #96C3AF

RGB

 RED value IS 150 (58.98% from 255) = 28.85%

 GREEN value IS 195 (76.56% from 255) = 37.5%

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

R = 28.85%
G = 37.5%
B = 33.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#96C3AF (or 0x96C3AF) is known color: Skeptic. HEX triplet: 96, C3 and AF. RGB value is (150,195,175). Sum of RGB (Red+Green+Blue) = 150+195+175=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #96C3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C3AF is #693C50. Grayscale: #B3B3B3. Windows color (decimal): -6896721 or 11518870. OLE color: 11518870.

HSL color Cylindrical-coordinate representation of color #96C3AF: hue angle of 153.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C3AF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 195 175 -
CMYK 0.23 0 0.10 0.24
HSL 153.33º 0.27% 0.68% -
HSV(B) 153.33º 0.23% 0.76% -
XYZ 39.83 48.61 47.84 -
YUV 179.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 150 195 175 0.23 0 0.10 0.24 153.33 0.27 0.68
Hex 96 C3 AF 17 0 A 18 99 1B 44
Octal 226 303 257 27 0 12 30 231 33 104
Binary 10010110 11000011 10101111 10111 0 1010 11000 10011001 11011 1000100

Color Harmonies of #96C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C3AF

Black with #96C3AF

Text Example


Text Example

White with #96C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C3AF; }

 p { color: rgb(150,195,175); }

 H1.HeaderClassName
 {
   color: #96C3AF;
 }
 .AnyTagClassName
 {
   color: #96C3AF;
 }
</style>

background-color css

<style>
 a { background-color: #96C3AF; }

 a { background-color: rgb(150,195,175); }

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

border-color css

<style>
 span { border-color: #96C3AF; }

 span { border-color: rgb(150,195,175); }

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