Html Css Color HEX #96B19E Summer Green

📋 copy color: '#96B19E'

red 150 ◦ green 177 ◦ blue 158

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

Shades of Summer Green #96B19E

Tints of Summer Green #96B19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 30.93%
G = 36.49%
B = 32.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#96B19E (or 0x96B19E) is known color: Summer Green. HEX triplet: 96, B1 and 9E. RGB value is (150,177,158). Sum of RGB (Red+Green+Blue) = 150+177+158=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #96B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B19E is #694E61. Grayscale: #A6A6A6. Windows color (decimal): -6901346 or 10400150. OLE color: 10400150.

HSL color Cylindrical-coordinate representation of color #96B19E: hue angle of 137.78º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96B19E is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 158 -
CMYK 0.15 0 0.11 0.31
HSL 137.78º 0.15% 0.64% -
HSV(B) 137.78º 0.15% 0.69% -
XYZ 34.47 40.4 38.33 -
YUV 166.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 150 177 158 0.15 0 0.11 0.31 137.78 0.15 0.64
Hex 96 B1 9E F 0 B 1F 8A F 40
Octal 226 261 236 17 0 13 37 212 17 100
Binary 10010110 10110001 10011110 1111 0 1011 11111 10001010 1111 1000000

Color Harmonies of #96B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B19E

Black with #96B19E

Text Example


Text Example

White with #96B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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