Html Css Color HEX #99BB95 Dark Sea Green

📋 copy color: '#99BB95'

red 153 ◦ green 187 ◦ blue 149

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

Shades of Dark Sea Green #99BB95

Tints of Dark Sea Green #99BB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 31.29%
G = 38.24%
B = 30.47%

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

#99BB95 (or 0x99BB95) is known color: Dark Sea Green. HEX triplet: 99, BB and 95. RGB value is (153,187,149). Sum of RGB (Red+Green+Blue) = 153+187+149=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB95 is #66446A. Grayscale: #ACACAC. Windows color (decimal): -6702187 or 9812889. OLE color: 9812889.

HSL color Cylindrical-coordinate representation of color #99BB95: hue angle of 113.68º degrees, saturation: 0.22, 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 #99BB95 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 187 149 -
CMYK 0.18 0 0.20 0.27
HSL 113.68º 0.22% 0.66% -
HSV(B) 113.68º 0.2% 0.73% -
XYZ 36.33 44.48 35.1 -
YUV 172.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 153 187 149 0.18 0 0.20 0.27 113.68 0.22 0.66
Hex 99 BB 95 12 0 14 1B 72 16 42
Octal 231 273 225 22 0 24 33 162 26 102
Binary 10011001 10111011 10010101 10010 0 10100 11011 1110010 10110 1000010

Color Harmonies of #99BB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BB95

Black with #99BB95

Text Example


Text Example

White with #99BB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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