Html Css Color HEX #96B399 Dark Sea Green

📋 copy color: '#96B399'

red 150 ◦ green 179 ◦ blue 153

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

Shades of Dark Sea Green #96B399

Tints of Dark Sea Green #96B399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 31.12%
G = 37.14%
B = 31.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#96B399 (or 0x96B399) is known color: Dark Sea Green. HEX triplet: 96, B3 and 99. RGB value is (150,179,153). Sum of RGB (Red+Green+Blue) = 150+179+153=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #96B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B399 is #694C66. Grayscale: #A7A7A7. Windows color (decimal): -6900839 or 10072982. OLE color: 10072982.

HSL color Cylindrical-coordinate representation of color #96B399: hue angle of 126.21º 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 #96B399 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 153 -
CMYK 0.16 0 0.15 0.30
HSL 126.21º 0.16% 0.65% -
HSV(B) 126.21º 0.16% 0.7% -
XYZ 34.45 41.02 36.24 -
YUV 167.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 150 179 153 0.16 0 0.15 0.30 126.21 0.16 0.65
Hex 96 B3 99 10 0 F 1E 7E 10 41
Octal 226 263 231 20 0 17 36 176 20 101
Binary 10010110 10110011 10011001 10000 0 1111 11110 1111110 10000 1000001

Color Harmonies of #96B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B399

Black with #96B399

Text Example


Text Example

White with #96B399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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