Html Css Color HEX #96BB91 Dark Sea Green

📋 copy color: '#96BB91'

red 150 ◦ green 187 ◦ blue 145

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

Shades of Dark Sea Green #96BB91

Tints of Dark Sea Green #96BB91

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 31.12%
G = 38.8%
B = 30.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#96BB91 (or 0x96BB91) is known color: Dark Sea Green. HEX triplet: 96, BB and 91. RGB value is (150,187,145). Sum of RGB (Red+Green+Blue) = 150+187+145=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB91 is #69446E. Grayscale: #ABABAB. Windows color (decimal): -6898799 or 9550742. OLE color: 9550742.

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

Color convert

RGB 150 187 145 -
CMYK 0.20 0 0.22 0.27
HSL 112.86º 0.24% 0.65% -
HSV(B) 112.86º 0.22% 0.73% -
XYZ 35.46 44.07 33.43 -
YUV 171.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 150 187 145 0.20 0 0.22 0.27 112.86 0.24 0.65
Hex 96 BB 91 14 0 16 1B 71 18 41
Octal 226 273 221 24 0 26 33 161 30 101
Binary 10010110 10111011 10010001 10100 0 10110 11011 1110001 11000 1000001

Color Harmonies of #96BB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB91

Black with #96BB91

Text Example


Text Example

White with #96BB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,145); }

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

background-color css

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

 a { background-color: rgb(150,187,145); }

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

border-color css

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

 span { border-color: rgb(150,187,145); }

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