Html Css Color HEX #91B996 Dark Sea Green

📋 copy color: '#91B996'

red 145 ◦ green 185 ◦ blue 150

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

Shades of Dark Sea Green #91B996

Tints of Dark Sea Green #91B996

RGB

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

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

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

R = 30.21%
G = 38.54%
B = 31.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#91B996 (or 0x91B996) is known color: Dark Sea Green. HEX triplet: 91, B9 and 96. RGB value is (145,185,150). Sum of RGB (Red+Green+Blue) = 145+185+150=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #91B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B996 is #6E4669. Grayscale: #A9A9A9. Windows color (decimal): -7226986 or 9877905. OLE color: 9877905.

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

Color convert

RGB 145 185 150 -
CMYK 0.22 0 0.19 0.27
HSL 127.5º 0.22% 0.65% -
HSV(B) 127.5º 0.22% 0.73% -
XYZ 34.53 42.92 35.32 -
YUV 169.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 145 185 150 0.22 0 0.19 0.27 127.5 0.22 0.65
Hex 91 B9 96 16 0 13 1B 80 16 41
Octal 221 271 226 26 0 23 33 200 26 101
Binary 10010001 10111001 10010110 10110 0 10011 11011 10000000 10110 1000001

Color Harmonies of #91B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B996

Black with #91B996

Text Example


Text Example

White with #91B996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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