#91BD98

Color #91BD98 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #91BD98

Tints of Dark Sea Green #91BD98

Color information

#91BD98 (or 0x91BD98) is unknown color: approx 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

RGB145189152-
CMYK0.2300.200.26
HSL129.55º25%65.49%-
HSV(B)129.55º23.28%74.12%-
XYZ35.5444.6836.46-
YUV171.63116.92109.01-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451891520.2300.200.26129.552565.49
Hex91BD98170141A821941
Octal221275230270243220231101
Binary100100011011110110011000101110101001101010000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>