Html Css Color HEX #96B99A Dark Sea Green

📋 copy color: '#96B99A'

red 150 ◦ green 185 ◦ blue 154

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

Shades of Dark Sea Green #96B99A

Tints of Dark Sea Green #96B99A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.83%

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 30.67%
G = 37.83%
B = 31.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#96B99A (or 0x96B99A) is known color: Dark Sea Green. HEX triplet: 96, B9 and 9A. RGB value is (150,185,154). Sum of RGB (Red+Green+Blue) = 150+185+154=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #96B99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B99A is #694665. Grayscale: #ABABAB. Windows color (decimal): -6899302 or 10140054. OLE color: 10140054.

HSL color Cylindrical-coordinate representation of color #96B99A: hue angle of 126.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B99A is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 154 -
CMYK 0.19 0 0.17 0.27
HSL 126.86º 0.2% 0.66% -
HSV(B) 126.86º 0.19% 0.73% -
XYZ 35.76 43.52 37.09 -
YUV 171 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 150 185 154 0.19 0 0.17 0.27 126.86 0.2 0.66
Hex 96 B9 9A 13 0 11 1B 7F 14 42
Octal 226 271 232 23 0 21 33 177 24 102
Binary 10010110 10111001 10011010 10011 0 10001 11011 1111111 10100 1000010

Color Harmonies of #96B99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B99A

Black with #96B99A

Text Example


Text Example

White with #96B99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,154); }

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

background-color css

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

 a { background-color: rgb(150,185,154); }

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

border-color css

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

 span { border-color: rgb(150,185,154); }

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