Html Css Color HEX #929988 Delta

📋 copy color: '#929988'

red 146 ◦ green 153 ◦ blue 136

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

Shades of Delta #929988

Tints of Delta #929988

RGB

 RED value IS 146 (57.42% from 255) = 33.56%

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 33.56%
G = 35.17%
B = 31.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#929988 (or 0x929988) is known color: Delta. HEX triplet: 92, 99 and 88. RGB value is (146,153,136). Sum of RGB (Red+Green+Blue) = 146+153+136=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #929988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929988 is #6D6677. Grayscale: #959595. Windows color (decimal): -7169656 or 8952210. OLE color: 8952210.

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

Color convert

RGB 146 153 136 -
CMYK 0.05 0 0.11 0.4
HSL 84.71º 0.08% 0.57% -
HSV(B) 84.71º 0.11% 0.6% -
XYZ 27.69 30.67 27.75 -
YUV 148.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 146 153 136 0.05 0 0.11 0.4 84.71 0.08 0.57
Hex 92 99 88 5 0 B 28 55 8 39
Octal 222 231 210 5 0 13 50 125 10 71
Binary 10010010 10011001 10001000 101 0 1011 101000 1010101 1000 111001

Color Harmonies of #929988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929988

Black with #929988

Text Example


Text Example

White with #929988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929988; }

 p { color: rgb(146,153,136); }

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

background-color css

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

 a { background-color: rgb(146,153,136); }

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

border-color css

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

 span { border-color: rgb(146,153,136); }

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