Html Css Color HEX #91BB96 Dark Sea Green

📋 copy color: '#91BB96'

red 145 ◦ green 187 ◦ blue 150

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

Shades of Dark Sea Green #91BB96

Tints of Dark Sea Green #91BB96

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #91BB96: hue angle of 127.14º 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 #91BB96 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 187 150 -
CMYK 0.22 0 0.20 0.27
HSL 127.14º 0.24% 0.65% -
HSV(B) 127.14º 0.22% 0.73% -
XYZ 34.95 43.76 35.46 -
YUV 170.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 145 187 150 0.22 0 0.20 0.27 127.14 0.24 0.65
Hex 91 BB 96 16 0 14 1B 7F 18 41
Octal 221 273 226 26 0 24 33 177 30 101
Binary 10010001 10111011 10010110 10110 0 10100 11011 1111111 11000 1000001

Color Harmonies of #91BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BB96

Black with #91BB96

Text Example


Text Example

White with #91BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91BB96; }

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

 H1.HeaderClassName
 {
   color: #91BB96;
 }
 .AnyTagClassName
 {
   color: #91BB96;
 }
</style>

background-color css

<style>
 a { background-color: #91BB96; }

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

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

border-color css

<style>
 span { border-color: #91BB96; }

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

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