Html Css Color HEX #99BB96 Dark Sea Green

📋 copy color: '#99BB96'

red 153 ◦ green 187 ◦ blue 150

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

Shades of Dark Sea Green #99BB96

Tints of Dark Sea Green #99BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

 BLUE value IS 150 (58.98% from 255) = 30.61%

R = 31.22%
G = 38.16%
B = 30.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#99BB96 (or 0x99BB96) is known color: Dark Sea Green. HEX triplet: 99, BB and 96. RGB value is (153,187,150). Sum of RGB (Red+Green+Blue) = 153+187+150=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB96 is #664469. Grayscale: #ACACAC. Windows color (decimal): -6702186 or 9878425. OLE color: 9878425.

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

Color convert

RGB 153 187 150 -
CMYK 0.18 0 0.20 0.27
HSL 115.14º 0.21% 0.66% -
HSV(B) 115.14º 0.2% 0.73% -
XYZ 36.41 44.51 35.53 -
YUV 172.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 153 187 150 0.18 0 0.20 0.27 115.14 0.21 0.66
Hex 99 BB 96 12 0 14 1B 73 15 42
Octal 231 273 226 22 0 24 33 163 25 102
Binary 10011001 10111011 10010110 10010 0 10100 11011 1110011 10101 1000010

Color Harmonies of #99BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BB96

Black with #99BB96

Text Example


Text Example

White with #99BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,187,150); }

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

background-color css

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

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

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

border-color css

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

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

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