Html Css Color HEX #99B696 Dark Sea Green

📋 copy color: '#99B696'

red 153 ◦ green 182 ◦ blue 150

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

Shades of Dark Sea Green #99B696

Tints of Dark Sea Green #99B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

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

R = 31.55%
G = 37.53%
B = 30.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#99B696 (or 0x99B696) is known color: Dark Sea Green. HEX triplet: 99, B6 and 96. RGB value is (153,182,150). Sum of RGB (Red+Green+Blue) = 153+182+150=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #99B696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B696 is #664969. Grayscale: #A9A9A9. Windows color (decimal): -6703466 or 9877145. OLE color: 9877145.

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

Color convert

RGB 153 182 150 -
CMYK 0.16 0 0.18 0.29
HSL 114.38º 0.18% 0.65% -
HSV(B) 114.38º 0.18% 0.71% -
XYZ 35.37 42.43 35.18 -
YUV 169.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 153 182 150 0.16 0 0.18 0.29 114.38 0.18 0.65
Hex 99 B6 96 10 0 12 1D 72 12 41
Octal 231 266 226 20 0 22 35 162 22 101
Binary 10011001 10110110 10010110 10000 0 10010 11101 1110010 10010 1000001

Color Harmonies of #99B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B696

Black with #99B696

Text Example


Text Example

White with #99B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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