#96B499

Color #96B499 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #96B499

Tints of Dark Sea Green #96B499

Color information

#96B499 (or 0x96B499) is unknown color: approx Dark Sea Green. HEX triplet: 96, B4 and 99. RGB value is (150,180,153). Sum of RGB (Red+Green+Blue) = 150+180+153=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #96B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B499 is #694B66. Grayscale: #A8A8A8. Windows color (decimal): -6900583 or 10073238. OLE color: 10073238.

HSL color Cylindrical-coordinate representation of color #96B499: hue angle of 126º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B499 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB150180153-
CMYK0.1700.150.29
HSL126º16.67%64.71%-
HSV(B)126º16.67%70.59%-
XYZ34.6541.4336.31-
YUV167.95119.56115.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=31.06%
G=37.27%
B=31.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801530.1700.150.2912616.6764.71
Hex96B499110F1D7e1141
Octal226264231210173517621101
Binary1001011010110100100110011000101111111011111110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96B499;
 }
 .AnyTagClassName
 {
   color: #96B499;
 }
</style>
background-color css

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

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

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

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

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

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