Html Css Color HEX #919886 Delta

📋 copy color: '#919886'

red 145 ◦ green 152 ◦ blue 134

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

Shades of Delta #919886

Tints of Delta #919886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 33.64%
G = 35.27%
B = 31.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#919886 (or 0x919886) is known color: Delta. HEX triplet: 91, 98 and 86. RGB value is (145,152,134). Sum of RGB (Red+Green+Blue) = 145+152+134=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #919886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919886 is #6E6779. Grayscale: #939393. Windows color (decimal): -7235450 or 8820881. OLE color: 8820881.

HSL color Cylindrical-coordinate representation of color #919886: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #919886 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 134 -
CMYK 0.05 0 0.12 0.40
HSL 83.33º 0.08% 0.56% -
HSV(B) 83.33º 0.12% 0.6% -
XYZ 27.21 30.2 26.95 -
YUV 147.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 145 152 134 0.05 0 0.12 0.40 83.33 0.08 0.56
Hex 91 98 86 5 0 C 28 53 8 38
Octal 221 230 206 5 0 14 50 123 10 70
Binary 10010001 10011000 10000110 101 0 1100 101000 1010011 1000 111000

Color Harmonies of #919886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919886

Black with #919886

Text Example


Text Example

White with #919886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919886; }

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

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

background-color css

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

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

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

border-color css

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

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

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