#96BF96

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

Shades of Dark Sea Green #96BF96

Tints of Dark Sea Green #96BF96

Color information

#96BF96 (or 0x96BF96) is unknown color: approx Dark Sea Green. HEX triplet: 96, BF and 96. RGB value is (150,191,150). Sum of RGB (Red+Green+Blue) = 150+191+150=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF96 is #694069. Grayscale: #AEAEAE. Windows color (decimal): -6897770 or 9879446. OLE color: 9879446.

HSL color Cylindrical-coordinate representation of color #96BF96: hue angle of 120º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BF96 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB150191150-
CMYK0.2100.210.25
HSL120º24.26%66.86%-
HSV(B)120º21.47%74.9%-
XYZ36.7145.9535.79-
YUV174.07114.42110.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=30.55%
G=38.90%
B=30.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911500.2100.210.2512024.2666.86
Hex96BF961501519781843
Octal226277226250253117030103
Binary10010110101111111001011010101010101110011111000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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