Html Css Color HEX #99B99D Dark Sea Green

📋 copy color: '#99B99D'

red 153 ◦ green 185 ◦ blue 157

#99B99D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #99B99D

Tints of Dark Sea Green #99B99D

RGB

 RED value IS 153 (60.16% from 255) = 30.91%

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 30.91%
G = 37.37%
B = 31.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#99B99D (or 0x99B99D) is known color: Dark Sea Green. HEX triplet: 99, B9 and 9D. RGB value is (153,185,157). Sum of RGB (Red+Green+Blue) = 153+185+157=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #99B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B99D is #664662. Grayscale: #ACACAC. Windows color (decimal): -6702691 or 10336665. OLE color: 10336665.

HSL color Cylindrical-coordinate representation of color #99B99D: hue angle of 127.5º 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 #99B99D is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 185 157 -
CMYK 0.17 0 0.15 0.27
HSL 127.5º 0.19% 0.66% -
HSV(B) 127.5º 0.17% 0.73% -
XYZ 36.57 43.9 38.45 -
YUV 172.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 153 185 157 0.17 0 0.15 0.27 127.5 0.19 0.66
Hex 99 B9 9D 11 0 F 1B 80 13 42
Octal 231 271 235 21 0 17 33 200 23 102
Binary 10011001 10111001 10011101 10001 0 1111 11011 10000000 10011 1000010

Color Harmonies of #99B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B99D

Black with #99B99D

Text Example


Text Example

White with #99B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99B99D;
 }
 .AnyTagClassName
 {
   color: #99B99D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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