Html Css Color HEX #91BD98 Dark Sea Green

📋 copy color: '#91BD98'

red 145 ◦ green 189 ◦ blue 152

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

Shades of Dark Sea Green #91BD98

Tints of Dark Sea Green #91BD98

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 29.84%
G = 38.89%
B = 31.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#91BD98 (or 0x91BD98) is known color: Dark Sea Green. HEX triplet: 91, BD and 98. RGB value is (145,189,152). Sum of RGB (Red+Green+Blue) = 145+189+152=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BD98 is #6E4267. Grayscale: #ABABAB. Windows color (decimal): -7225960 or 10010001. OLE color: 10010001.

HSL color Cylindrical-coordinate representation of color #91BD98: hue angle of 129.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91BD98 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 189 152 -
CMYK 0.23 0 0.20 0.26
HSL 129.55º 0.25% 0.65% -
HSV(B) 129.55º 0.23% 0.74% -
XYZ 35.54 44.68 36.46 -
YUV 171.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 145 189 152 0.23 0 0.20 0.26 129.55 0.25 0.65
Hex 91 BD 98 17 0 14 1A 82 19 41
Octal 221 275 230 27 0 24 32 202 31 101
Binary 10010001 10111101 10011000 10111 0 10100 11010 10000010 11001 1000001

Color Harmonies of #91BD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BD98

Black with #91BD98

Text Example


Text Example

White with #91BD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,189,152); }

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

background-color css

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

 a { background-color: rgb(145,189,152); }

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

border-color css

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

 span { border-color: rgb(145,189,152); }

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