Html Css Color HEX #91988B Delta

📋 copy color: '#91988B'

red 145 ◦ green 152 ◦ blue 139

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

Shades of Delta #91988B

Tints of Delta #91988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 33.26%
G = 34.86%
B = 31.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#91988B (or 0x91988B) is known color: Delta. HEX triplet: 91, 98 and 8B. RGB value is (145,152,139). Sum of RGB (Red+Green+Blue) = 145+152+139=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #91988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91988B is #6E6774. Grayscale: #949494. Windows color (decimal): -7235445 or 9148561. OLE color: 9148561.

HSL color Cylindrical-coordinate representation of color #91988B: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91988B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 139 -
CMYK 0.05 0 0.09 0.40
HSL 92.31º 0.06% 0.57% -
HSV(B) 92.31º 0.09% 0.6% -
XYZ 27.57 30.34 28.83 -
YUV 148.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 145 152 139 0.05 0 0.09 0.40 92.31 0.06 0.57
Hex 91 98 8B 5 0 9 28 5C 6 39
Octal 221 230 213 5 0 11 50 134 6 71
Binary 10010001 10011000 10001011 101 0 1001 101000 1011100 110 111001

Color Harmonies of #91988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91988B

Black with #91988B

Text Example


Text Example

White with #91988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91988B; }

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

 H1.HeaderClassName
 {
   color: #91988B;
 }
 .AnyTagClassName
 {
   color: #91988B;
 }
</style>

background-color css

<style>
 a { background-color: #91988B; }

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

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

border-color css

<style>
 span { border-color: #91988B; }

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

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