Html Css Color HEX #96B6A9 Skeptic

📋 copy color: '#96B6A9'

red 150 ◦ green 182 ◦ blue 169

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

Shades of Skeptic #96B6A9

Tints of Skeptic #96B6A9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 169 (66.41% from 255) = 33.73%

R = 29.94%
G = 36.33%
B = 33.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#96B6A9 (or 0x96B6A9) is known color: Skeptic. HEX triplet: 96, B6 and A9. RGB value is (150,182,169). Sum of RGB (Red+Green+Blue) = 150+182+169=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #96B6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B6A9 is #694956. Grayscale: #AAAAAA. Windows color (decimal): -6900055 or 11122326. OLE color: 11122326.

HSL color Cylindrical-coordinate representation of color #96B6A9: hue angle of 155.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B6A9 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 169 -
CMYK 0.18 0 0.07 0.29
HSL 155.63º 0.18% 0.65% -
HSV(B) 155.63º 0.18% 0.71% -
XYZ 36.47 42.8 43.88 -
YUV 170.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 150 182 169 0.18 0 0.07 0.29 155.63 0.18 0.65
Hex 96 B6 A9 12 0 7 1D 9C 12 41
Octal 226 266 251 22 0 7 35 234 22 101
Binary 10010110 10110110 10101001 10010 0 111 11101 10011100 10010 1000001

Color Harmonies of #96B6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B6A9

Black with #96B6A9

Text Example


Text Example

White with #96B6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,182,169); }

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

background-color css

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

 a { background-color: rgb(150,182,169); }

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

border-color css

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

 span { border-color: rgb(150,182,169); }

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