Html Css Color HEX #96B992 Dark Sea Green

📋 copy color: '#96B992'

red 150 ◦ green 185 ◦ blue 146

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

Shades of Dark Sea Green #96B992

Tints of Dark Sea Green #96B992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 31.19%
G = 38.46%
B = 30.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#96B992 (or 0x96B992) is known color: Dark Sea Green. HEX triplet: 96, B9 and 92. RGB value is (150,185,146). Sum of RGB (Red+Green+Blue) = 150+185+146=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #96B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B992 is #69466D. Grayscale: #AAAAAA. Windows color (decimal): -6899310 or 9615766. OLE color: 9615766.

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

Color convert

RGB 150 185 146 -
CMYK 0.19 0 0.21 0.27
HSL 113.85º 0.22% 0.65% -
HSV(B) 113.85º 0.21% 0.73% -
XYZ 35.11 43.26 33.69 -
YUV 170.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 150 185 146 0.19 0 0.21 0.27 113.85 0.22 0.65
Hex 96 B9 92 13 0 15 1B 72 16 41
Octal 226 271 222 23 0 25 33 162 26 101
Binary 10010110 10111001 10010010 10011 0 10101 11011 1110010 10110 1000001

Color Harmonies of #96B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B992

Black with #96B992

Text Example


Text Example

White with #96B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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