Html Css Color HEX #96B09D Summer Green

📋 copy color: '#96B09D'

red 150 ◦ green 176 ◦ blue 157

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

Shades of Summer Green #96B09D

Tints of Summer Green #96B09D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 31.06%
G = 36.44%
B = 32.51%

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

#96B09D (or 0x96B09D) is known color: Summer Green. HEX triplet: 96, B0 and 9D. RGB value is (150,176,157). Sum of RGB (Red+Green+Blue) = 150+176+157=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #96B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B09D is #694F62. Grayscale: #A6A6A6. Windows color (decimal): -6901603 or 10334358. OLE color: 10334358.

HSL color Cylindrical-coordinate representation of color #96B09D: hue angle of 136.15º degrees, saturation: 0.14, 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 #96B09D is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 176 157 -
CMYK 0.15 0 0.11 0.31
HSL 136.15º 0.14% 0.64% -
HSV(B) 136.15º 0.15% 0.69% -
XYZ 34.19 39.97 37.81 -
YUV 166.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 150 176 157 0.15 0 0.11 0.31 136.15 0.14 0.64
Hex 96 B0 9D F 0 B 1F 88 E 40
Octal 226 260 235 17 0 13 37 210 16 100
Binary 10010110 10110000 10011101 1111 0 1011 11111 10001000 1110 1000000

Color Harmonies of #96B09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B09D

Black with #96B09D

Text Example


Text Example

White with #96B09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,176,157); }

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

background-color css

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

 a { background-color: rgb(150,176,157); }

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

border-color css

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

 span { border-color: rgb(150,176,157); }

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