Html Css Color HEX #99B99C Dark Sea Green

📋 copy color: '#99B99C'

red 153 ◦ green 185 ◦ blue 156

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

Shades of Dark Sea Green #99B99C

Tints of Dark Sea Green #99B99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 30.97%
G = 37.45%
B = 31.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#99B99C (or 0x99B99C) is known color: Dark Sea Green. HEX triplet: 99, B9 and 9C. RGB value is (153,185,156). Sum of RGB (Red+Green+Blue) = 153+185+156=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #99B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B99C is #664663. Grayscale: #ACACAC. Windows color (decimal): -6702692 or 10271129. OLE color: 10271129.

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

Color convert

RGB 153 185 156 -
CMYK 0.17 0 0.16 0.27
HSL 125.63º 0.19% 0.66% -
HSV(B) 125.63º 0.17% 0.73% -
XYZ 36.49 43.87 38 -
YUV 172.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 153 185 156 0.17 0 0.16 0.27 125.63 0.19 0.66
Hex 99 B9 9C 11 0 10 1B 7E 13 42
Octal 231 271 234 21 0 20 33 176 23 102
Binary 10011001 10111001 10011100 10001 0 10000 11011 1111110 10011 1000010

Color Harmonies of #99B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B99C

Black with #99B99C

Text Example


Text Example

White with #99B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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