#99B999

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

Shades of Dark Sea Green #99B999

Tints of Dark Sea Green #99B999

Color information

#99B999 (or 0x99B999) is unknown color: approx Dark Sea Green. HEX triplet: 99, B9 and 99. RGB value is (153,185,153). Sum of RGB (Red+Green+Blue) = 153+185+153=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #99B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B999 is #664666. Grayscale: #ABABAB. Windows color (decimal): -6702695 or 10074521. OLE color: 10074521.

HSL color Cylindrical-coordinate representation of color #99B999: hue angle of 120º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B999 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB153185153-
CMYK0.1700.170.27
HSL120º18.6%66.27%-
HSV(B)120º17.3%72.55%-
XYZ36.2443.7736.68-
YUV171.78117.4114.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=31.16%
G=37.68%
B=31.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851530.1700.170.2712018.666.27
Hex99B999110111B781342
Octal231271231210213317023102
Binary10011001101110011001100110001010001110111111000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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