#99B499

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

Shades of Dark Sea Green #99B499

Tints of Dark Sea Green #99B499

Color information

#99B499 (or 0x99B499) is unknown color: approx Dark Sea Green. HEX triplet: 99, B4 and 99. RGB value is (153,180,153). Sum of RGB (Red+Green+Blue) = 153+180+153=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #99B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B499 is #664B66. Grayscale: #A8A8A8. Windows color (decimal): -6703975 or 10073241. OLE color: 10073241.

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

Color convert

RGB153180153-
CMYK0.1500.150.29
HSL120º15.25%65.29%-
HSV(B)120º15%70.59%-
XYZ35.2141.7136.33-
YUV168.85119.05116.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=31.48%
G=37.04%
B=31.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801530.1500.150.2912015.2565.29
Hex99B499F0F1D78f41
Octal231264231170173517017101
Binary10011001101101001001100111110111111101111100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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