Html Css Color HEX #96B8A5 Skeptic

📋 copy color: '#96B8A5'

red 150 ◦ green 184 ◦ blue 165

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

Shades of Skeptic #96B8A5

Tints of Skeptic #96B8A5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.87%

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 30.06%
G = 36.87%
B = 33.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#96B8A5 (or 0x96B8A5) is known color: Skeptic. HEX triplet: 96, B8 and A5. RGB value is (150,184,165). Sum of RGB (Red+Green+Blue) = 150+184+165=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 184 - color contains mainly: green. Hex color #96B8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B8A5 is #69475A. Grayscale: #ABABAB. Windows color (decimal): -6899547 or 10860694. OLE color: 10860694.

HSL color Cylindrical-coordinate representation of color #96B8A5: hue angle of 146.47º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B8A5 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 165 -
CMYK 0.18 0 0.10 0.28
HSL 146.47º 0.19% 0.65% -
HSV(B) 146.47º 0.18% 0.72% -
XYZ 36.51 43.48 42.07 -
YUV 171.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 150 184 165 0.18 0 0.10 0.28 146.47 0.19 0.65
Hex 96 B8 A5 12 0 A 1C 92 13 41
Octal 226 270 245 22 0 12 34 222 23 101
Binary 10010110 10111000 10100101 10010 0 1010 11100 10010010 10011 1000001

Color Harmonies of #96B8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8A5

Black with #96B8A5

Text Example


Text Example

White with #96B8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,184,165); }

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

background-color css

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

 a { background-color: rgb(150,184,165); }

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

border-color css

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

 span { border-color: rgb(150,184,165); }

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