Html Css Color HEX #96BA99 Dark Sea Green

📋 copy color: '#96BA99'

red 150 ◦ green 186 ◦ blue 153

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

Shades of Dark Sea Green #96BA99

Tints of Dark Sea Green #96BA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.04%

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

R = 30.67%
G = 38.04%
B = 31.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#96BA99 (or 0x96BA99) is known color: Dark Sea Green. HEX triplet: 96, BA and 99. RGB value is (150,186,153). Sum of RGB (Red+Green+Blue) = 150+186+153=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA99 is #694566. Grayscale: #ABABAB. Windows color (decimal): -6899047 or 10074774. OLE color: 10074774.

HSL color Cylindrical-coordinate representation of color #96BA99: hue angle of 125º degrees, saturation: 0.21, 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 #96BA99 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 153 -
CMYK 0.19 0 0.18 0.27
HSL 125º 0.21% 0.66% -
HSV(B) 125º 0.19% 0.73% -
XYZ 35.89 43.9 36.72 -
YUV 171.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 150 186 153 0.19 0 0.18 0.27 125 0.21 0.66
Hex 96 BA 99 13 0 12 1B 7D 15 42
Octal 226 272 231 23 0 22 33 175 25 102
Binary 10010110 10111010 10011001 10011 0 10010 11011 1111101 10101 1000010

Color Harmonies of #96BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA99

Black with #96BA99

Text Example


Text Example

White with #96BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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