Html Css Color HEX #96BAA1 Summer Green

📋 copy color: '#96BAA1'

red 150 ◦ green 186 ◦ blue 161

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

Shades of Summer Green #96BAA1

Tints of Summer Green #96BAA1

RGB

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

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

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

R = 30.18%
G = 37.42%
B = 32.39%

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

#96BAA1 (or 0x96BAA1) is known color: Summer Green. HEX triplet: 96, BA and A1. RGB value is (150,186,161). Sum of RGB (Red+Green+Blue) = 150+186+161=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAA1 is #69455E. Grayscale: #ACACAC. Windows color (decimal): -6899039 or 10599062. OLE color: 10599062.

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

Color convert

RGB 150 186 161 -
CMYK 0.19 0 0.13 0.27
HSL 138.33º 0.21% 0.66% -
HSV(B) 138.33º 0.19% 0.73% -
XYZ 36.57 44.18 40.32 -
YUV 172.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 150 186 161 0.19 0 0.13 0.27 138.33 0.21 0.66
Hex 96 BA A1 13 0 D 1B 8A 15 42
Octal 226 272 241 23 0 15 33 212 25 102
Binary 10010110 10111010 10100001 10011 0 1101 11011 10001010 10101 1000010

Color Harmonies of #96BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAA1

Black with #96BAA1

Text Example


Text Example

White with #96BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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