Html Css Color HEX #96B9A1 Summer Green

📋 copy color: '#96B9A1'

red 150 ◦ green 185 ◦ blue 161

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

Shades of Summer Green #96B9A1

Tints of Summer Green #96B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

 BLUE value IS 161 (63.28% from 255) = 32.46%

R = 30.24%
G = 37.3%
B = 32.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#96B9A1 (or 0x96B9A1) is known color: Summer Green. HEX triplet: 96, B9 and A1. RGB value is (150,185,161). Sum of RGB (Red+Green+Blue) = 150+185+161=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #96B9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B9A1 is #69465E. Grayscale: #ABABAB. Windows color (decimal): -6899295 or 10598806. OLE color: 10598806.

HSL color Cylindrical-coordinate representation of color #96B9A1: hue angle of 138.86º degrees, saturation: 0.2, 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 #96B9A1 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 161 -
CMYK 0.19 0 0.13 0.27
HSL 138.86º 0.2% 0.66% -
HSV(B) 138.86º 0.19% 0.73% -
XYZ 36.36 43.76 40.25 -
YUV 171.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 150 185 161 0.19 0 0.13 0.27 138.86 0.2 0.66
Hex 96 B9 A1 13 0 D 1B 8B 14 42
Octal 226 271 241 23 0 15 33 213 24 102
Binary 10010110 10111001 10100001 10011 0 1101 11011 10001011 10100 1000010

Color Harmonies of #96B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B9A1

Black with #96B9A1

Text Example


Text Example

White with #96B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,161); }

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

background-color css

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

 a { background-color: rgb(150,185,161); }

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

border-color css

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

 span { border-color: rgb(150,185,161); }

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