#95BF92

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

Shades of Dark Sea Green #95BF92

Tints of Dark Sea Green #95BF92

Color information

#95BF92 (or 0x95BF92) is unknown color: approx Dark Sea Green. HEX triplet: 95, BF and 92. RGB value is (149,191,146). Sum of RGB (Red+Green+Blue) = 149+191+146=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BF92 is #6A406D. Grayscale: #ADADAD. Windows color (decimal): -6963310 or 9617301. OLE color: 9617301.

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

Color convert

RGB149191146-
CMYK0.2200.240.25
HSL116º26.01%66.08%-
HSV(B)116º23.56%74.9%-
XYZ36.2145.7334.11-
YUV173.31112.59110.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=30.66%
G=39.30%
B=30.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911460.2200.240.2511626.0166.08
Hex95BF921601819741a42
Octal225277222260303116432102
Binary10010101101111111001001010110011000110011110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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