Html Css Color HEX #96B994 Dark Sea Green

📋 copy color: '#96B994'

red 150 ◦ green 185 ◦ blue 148

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

Shades of Dark Sea Green #96B994

Tints of Dark Sea Green #96B994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 31.06%
G = 38.3%
B = 30.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#96B994 (or 0x96B994) is known color: Dark Sea Green. HEX triplet: 96, B9 and 94. RGB value is (150,185,148). Sum of RGB (Red+Green+Blue) = 150+185+148=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #96B994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B994 is #69466B. Grayscale: #AAAAAA. Windows color (decimal): -6899308 or 9746838. OLE color: 9746838.

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

Color convert

RGB 150 185 148 -
CMYK 0.19 0 0.20 0.27
HSL 116.76º 0.21% 0.65% -
HSV(B) 116.76º 0.2% 0.73% -
XYZ 35.27 43.32 34.52 -
YUV 170.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 150 185 148 0.19 0 0.20 0.27 116.76 0.21 0.65
Hex 96 B9 94 13 0 14 1B 75 15 41
Octal 226 271 224 23 0 24 33 165 25 101
Binary 10010110 10111001 10010100 10011 0 10100 11011 1110101 10101 1000001

Color Harmonies of #96B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B994

Black with #96B994

Text Example


Text Example

White with #96B994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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