Html Css Color HEX #96B396 Dark Sea Green

📋 copy color: '#96B396'

red 150 ◦ green 179 ◦ blue 150

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

Shades of Dark Sea Green #96B396

Tints of Dark Sea Green #96B396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.37%

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 31.32%
G = 37.37%
B = 31.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#96B396 (or 0x96B396) is known color: Dark Sea Green. HEX triplet: 96, B3 and 96. RGB value is (150,179,150). Sum of RGB (Red+Green+Blue) = 150+179+150=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #96B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B396 is #694C69. Grayscale: #A7A7A7. Windows color (decimal): -6900842 or 9876374. OLE color: 9876374.

HSL color Cylindrical-coordinate representation of color #96B396: hue angle of 120º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B396 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 150 -
CMYK 0.16 0 0.16 0.30
HSL 120º 0.16% 0.65% -
HSV(B) 120º 0.16% 0.7% -
XYZ 34.2 40.93 34.95 -
YUV 167.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 150 179 150 0.16 0 0.16 0.30 120 0.16 0.65
Hex 96 B3 96 10 0 10 1E 78 10 41
Octal 226 263 226 20 0 20 36 170 20 101
Binary 10010110 10110011 10010110 10000 0 10000 11110 1111000 10000 1000001

Color Harmonies of #96B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B396

Black with #96B396

Text Example


Text Example

White with #96B396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,150); }

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

background-color css

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

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

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

border-color css

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

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

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