#99BF95

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

Shades of Dark Sea Green #99BF95

Tints of Dark Sea Green #99BF95

Color information

#99BF95 (or 0x99BF95) is unknown color: approx Dark Sea Green. HEX triplet: 99, BF and 95. RGB value is (153,191,149). Sum of RGB (Red+Green+Blue) = 153+191+149=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF95 is #66406A. Grayscale: #AEAEAE. Windows color (decimal): -6701163 or 9813913. OLE color: 9813913.

HSL color Cylindrical-coordinate representation of color #99BF95: hue angle of 114.29º 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 #99BF95 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB153191149-
CMYK0.2000.220.25
HSL114.29º24.71%66.67%-
HSV(B)114.29º21.99%74.9%-
XYZ37.1946.235.39-
YUV174.85113.41112.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=31.03%
G=38.74%
B=30.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911490.2000.220.25114.2924.7166.67
Hex99BF951401619721943
Octal231277225240263116231103
Binary10011001101111111001010110100010110110011110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BF95; }

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

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

<style>
 a { background-color: #99BF95; }

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

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

<style>
 span { border-color: #99BF95; }

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

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