Html Css Color HEX #96B899 Dark Sea Green

📋 copy color: '#96B899'

red 150 ◦ green 184 ◦ blue 153

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

Shades of Dark Sea Green #96B899

Tints of Dark Sea Green #96B899

RGB

 RED value IS 150 (58.98% from 255) = 30.8%

 GREEN value IS 184 (72.27% from 255) = 37.78%

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 30.8%
G = 37.78%
B = 31.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#96B899 (or 0x96B899) is known color: Dark Sea Green. HEX triplet: 96, B8 and 99. RGB value is (150,184,153). Sum of RGB (Red+Green+Blue) = 150+184+153=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #96B899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B899 is #694766. Grayscale: #AAAAAA. Windows color (decimal): -6899559 or 10074262. OLE color: 10074262.

HSL color Cylindrical-coordinate representation of color #96B899: hue angle of 125.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B899 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 153 -
CMYK 0.18 0 0.17 0.28
HSL 125.29º 0.19% 0.65% -
HSV(B) 125.29º 0.18% 0.72% -
XYZ 35.47 43.06 36.58 -
YUV 170.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 150 184 153 0.18 0 0.17 0.28 125.29 0.19 0.65
Hex 96 B8 99 12 0 11 1C 7D 13 41
Octal 226 270 231 22 0 21 34 175 23 101
Binary 10010110 10111000 10011001 10010 0 10001 11100 1111101 10011 1000001

Color Harmonies of #96B899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B899

Black with #96B899

Text Example


Text Example

White with #96B899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B899; }

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

 H1.HeaderClassName
 {
   color: #96B899;
 }
 .AnyTagClassName
 {
   color: #96B899;
 }
</style>

background-color css

<style>
 a { background-color: #96B899; }

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

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

border-color css

<style>
 span { border-color: #96B899; }

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

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