Html Css Color HEX #91C485 Dark Sea Green

📋 copy color: '#91C485'

red 145 ◦ green 196 ◦ blue 133

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

Shades of Dark Sea Green #91C485

Tints of Dark Sea Green #91C485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.35%

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 30.59%
G = 41.35%
B = 28.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#91C485 (or 0x91C485) is known color: Dark Sea Green. HEX triplet: 91, C4 and 85. RGB value is (145,196,133). Sum of RGB (Red+Green+Blue) = 145+196+133=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #91C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C485 is #6E3B7A. Grayscale: #ADADAD. Windows color (decimal): -7224187 or 8766609. OLE color: 8766609.

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

Color convert

RGB 145 196 133 -
CMYK 0.26 0 0.32 0.23
HSL 108.57º 0.35% 0.65% -
HSV(B) 108.57º 0.32% 0.77% -
XYZ 35.65 47.19 29.42 -
YUV 173.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 145 196 133 0.26 0 0.32 0.23 108.57 0.35 0.65
Hex 91 C4 85 1A 0 20 17 6D 23 41
Octal 221 304 205 32 0 40 27 155 43 101
Binary 10010001 11000100 10000101 11010 0 100000 10111 1101101 100011 1000001

Color Harmonies of #91C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C485

Black with #91C485

Text Example


Text Example

White with #91C485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,196,133); }

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

background-color css

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

 a { background-color: rgb(145,196,133); }

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

border-color css

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

 span { border-color: rgb(145,196,133); }

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