Html Css Color HEX #96BA91 Dark Sea Green

📋 copy color: '#96BA91'

red 150 ◦ green 186 ◦ blue 145

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

Shades of Dark Sea Green #96BA91

Tints of Dark Sea Green #96BA91

RGB

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

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

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

R = 31.19%
G = 38.67%
B = 30.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#96BA91 (or 0x96BA91) is known color: Dark Sea Green. HEX triplet: 96, BA and 91. RGB value is (150,186,145). Sum of RGB (Red+Green+Blue) = 150+186+145=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA91 is #69456E. Grayscale: #AAAAAA. Windows color (decimal): -6899055 or 9550486. OLE color: 9550486.

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

Color convert

RGB 150 186 145 -
CMYK 0.19 0 0.22 0.27
HSL 112.68º 0.23% 0.65% -
HSV(B) 112.68º 0.22% 0.73% -
XYZ 35.25 43.65 33.35 -
YUV 170.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 150 186 145 0.19 0 0.22 0.27 112.68 0.23 0.65
Hex 96 BA 91 13 0 16 1B 71 17 41
Octal 226 272 221 23 0 26 33 161 27 101
Binary 10010110 10111010 10010001 10011 0 10110 11011 1110001 10111 1000001

Color Harmonies of #96BA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA91

Black with #96BA91

Text Example


Text Example

White with #96BA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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