#95B499

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

Shades of Dark Sea Green #95B499

Tints of Dark Sea Green #95B499

Color information

#95B499 (or 0x95B499) is unknown color: approx Dark Sea Green. HEX triplet: 95, B4 and 99. RGB value is (149,180,153). Sum of RGB (Red+Green+Blue) = 149+180+153=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #95B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B499 is #6A4B66. Grayscale: #A7A7A7. Windows color (decimal): -6966119 or 10073237. OLE color: 10073237.

HSL color Cylindrical-coordinate representation of color #95B499: hue angle of 127.74º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B499 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB149180153-
CMYK0.1700.150.29
HSL127.74º17.13%64.51%-
HSV(B)127.74º17.22%70.59%-
XYZ34.4741.3336.3-
YUV167.65119.73114.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=30.91%
G=37.34%
B=31.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801530.1700.150.29127.7417.1364.51
Hex95B499110F1D801141
Octal225264231210173520021101
Binary10010101101101001001100110001011111110110000000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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