Html Css Color HEX #99B498 Dark Sea Green

📋 copy color: '#99B498'

red 153 ◦ green 180 ◦ blue 152

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

Shades of Dark Sea Green #99B498

Tints of Dark Sea Green #99B498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 31.55%
G = 37.11%
B = 31.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#99B498 (or 0x99B498) is known color: Dark Sea Green. HEX triplet: 99, B4 and 98. RGB value is (153,180,152). Sum of RGB (Red+Green+Blue) = 153+180+152=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #99B498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B498 is #664B67. Grayscale: #A8A8A8. Windows color (decimal): -6703976 or 10007705. OLE color: 10007705.

HSL color Cylindrical-coordinate representation of color #99B498: hue angle of 117.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B498 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 152 -
CMYK 0.15 0 0.16 0.29
HSL 117.86º 0.16% 0.65% -
HSV(B) 117.86º 0.16% 0.71% -
XYZ 35.13 41.68 35.9 -
YUV 168.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 153 180 152 0.15 0 0.16 0.29 117.86 0.16 0.65
Hex 99 B4 98 F 0 10 1D 76 10 41
Octal 231 264 230 17 0 20 35 166 20 101
Binary 10011001 10110100 10011000 1111 0 10000 11101 1110110 10000 1000001

Color Harmonies of #99B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B498

Black with #99B498

Text Example


Text Example

White with #99B498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,152); }

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

background-color css

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

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

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

border-color css

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

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

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