#96B893

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

Shades of Dark Sea Green #96B893

Tints of Dark Sea Green #96B893

Color information

#96B893 (or 0x96B893) is unknown color: approx Dark Sea Green. HEX triplet: 96, B8 and 93. RGB value is (150,184,147). Sum of RGB (Red+Green+Blue) = 150+184+147=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #96B893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B893 is #69476C. Grayscale: #A9A9A9. Windows color (decimal): -6899565 or 9681046. OLE color: 9681046.

HSL color Cylindrical-coordinate representation of color #96B893: hue angle of 115.14º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B893 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB150184147-
CMYK0.1800.200.28
HSL115.14º20.67%64.9%-
HSV(B)115.14º20.11%72.16%-
XYZ34.9842.8734.03-
YUV169.62115.24114.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=31.19%
G=38.25%
B=30.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841470.1800.200.28115.1420.6764.9
Hex96B893120141C731541
Octal226270223220243416325101
Binary10010110101110001001001110010010100111001110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,184,147); }

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

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

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

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

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

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

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