Html Css Color HEX #96BA97 Dark Sea Green

📋 copy color: '#96BA97'

red 150 ◦ green 186 ◦ blue 151

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

Shades of Dark Sea Green #96BA97

Tints of Dark Sea Green #96BA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 30.8%
G = 38.19%
B = 31.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#96BA97 (or 0x96BA97) is known color: Dark Sea Green. HEX triplet: 96, BA and 97. RGB value is (150,186,151). Sum of RGB (Red+Green+Blue) = 150+186+151=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA97 is #694568. Grayscale: #ABABAB. Windows color (decimal): -6899049 or 9943702. OLE color: 9943702.

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

Color convert

RGB 150 186 151 -
CMYK 0.19 0 0.19 0.27
HSL 121.67º 0.21% 0.66% -
HSV(B) 121.67º 0.19% 0.73% -
XYZ 35.72 43.84 35.86 -
YUV 171.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 150 186 151 0.19 0 0.19 0.27 121.67 0.21 0.66
Hex 96 BA 97 13 0 13 1B 7A 15 42
Octal 226 272 227 23 0 23 33 172 25 102
Binary 10010110 10111010 10010111 10011 0 10011 11011 1111010 10101 1000010

Color Harmonies of #96BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA97

Black with #96BA97

Text Example


Text Example

White with #96BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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