Html Css Color HEX #96B4A7 Skeptic

📋 copy color: '#96B4A7'

red 150 ◦ green 180 ◦ blue 167

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

Shades of Skeptic #96B4A7

Tints of Skeptic #96B4A7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 167 (65.63% from 255) = 33.6%

R = 30.18%
G = 36.22%
B = 33.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#96B4A7 (or 0x96B4A7) is known color: Skeptic. HEX triplet: 96, B4 and A7. RGB value is (150,180,167). Sum of RGB (Red+Green+Blue) = 150+180+167=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #96B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B4A7 is #694B58. Grayscale: #A9A9A9. Windows color (decimal): -6900569 or 10990742. OLE color: 10990742.

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

Color convert

RGB 150 180 167 -
CMYK 0.17 0 0.07 0.29
HSL 154º 0.17% 0.65% -
HSV(B) 154º 0.17% 0.71% -
XYZ 35.87 41.92 42.76 -
YUV 169.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 150 180 167 0.17 0 0.07 0.29 154 0.17 0.65
Hex 96 B4 A7 11 0 7 1D 9A 11 41
Octal 226 264 247 21 0 7 35 232 21 101
Binary 10010110 10110100 10100111 10001 0 111 11101 10011010 10001 1000001

Color Harmonies of #96B4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B4A7

Black with #96B4A7

Text Example


Text Example

White with #96B4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,167); }

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

background-color css

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

 a { background-color: rgb(150,180,167); }

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

border-color css

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

 span { border-color: rgb(150,180,167); }

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