#95BF96

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

Shades of Dark Sea Green #95BF96

Tints of Dark Sea Green #95BF96

Color information

#95BF96 (or 0x95BF96) is unknown color: approx Dark Sea Green. HEX triplet: 95, BF and 96. RGB value is (149,191,150). Sum of RGB (Red+Green+Blue) = 149+191+150=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BF96 is #6A4069. Grayscale: #ADADAD. Windows color (decimal): -6963306 or 9879445. OLE color: 9879445.

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

Color convert

RGB149191150-
CMYK0.2200.210.25
HSL121.43º24.71%66.67%-
HSV(B)121.43º21.99%74.9%-
XYZ36.5345.8535.78-
YUV173.77114.59110.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=30.41%
G=38.98%
B=30.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911500.2200.210.25121.4324.7166.67
Hex95BF961601519791943
Octal225277226260253117131103
Binary10010101101111111001011010110010101110011111001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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