Html Css Color HEX #91BA96 Dark Sea Green

📋 copy color: '#91BA96'

red 145 ◦ green 186 ◦ blue 150

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

Shades of Dark Sea Green #91BA96

Tints of Dark Sea Green #91BA96

RGB

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

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

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

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

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

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

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

Color convert

RGB 145 186 150 -
CMYK 0.22 0 0.19 0.27
HSL 127.32º 0.23% 0.65% -
HSV(B) 127.32º 0.22% 0.73% -
XYZ 34.74 43.34 35.39 -
YUV 169.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 145 186 150 0.22 0 0.19 0.27 127.32 0.23 0.65
Hex 91 BA 96 16 0 13 1B 7F 17 41
Octal 221 272 226 26 0 23 33 177 27 101
Binary 10010001 10111010 10010110 10110 0 10011 11011 1111111 10111 1000001

Color Harmonies of #91BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BA96

Black with #91BA96

Text Example


Text Example

White with #91BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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