Html Css Color HEX #96BAB1 Shadow Green

📋 copy color: '#96BAB1'

red 150 ◦ green 186 ◦ blue 177

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

Shades of Shadow Green #96BAB1

Tints of Shadow Green #96BAB1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.26%

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 29.24%
G = 36.26%
B = 34.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#96BAB1 (or 0x96BAB1) is known color: Shadow Green. HEX triplet: 96, BA and B1. RGB value is (150,186,177). Sum of RGB (Red+Green+Blue) = 150+186+177=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAB1 is #69454E. Grayscale: #AEAEAE. Windows color (decimal): -6899023 or 11647638. OLE color: 11647638.

HSL color Cylindrical-coordinate representation of color #96BAB1: hue angle of 165º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAB1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 177 -
CMYK 0.19 0 0.05 0.27
HSL 165º 0.21% 0.66% -
HSV(B) 165º 0.19% 0.73% -
XYZ 38.07 44.78 48.23 -
YUV 174.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 150 186 177 0.19 0 0.05 0.27 165 0.21 0.66
Hex 96 BA B1 13 0 5 1B A5 15 42
Octal 226 272 261 23 0 5 33 245 25 102
Binary 10010110 10111010 10110001 10011 0 101 11011 10100101 10101 1000010

Color Harmonies of #96BAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAB1

Black with #96BAB1

Text Example


Text Example

White with #96BAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,177); }

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

background-color css

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

 a { background-color: rgb(150,186,177); }

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

border-color css

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

 span { border-color: rgb(150,186,177); }

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