Html Css Color HEX #929E88 Delta

📋 copy color: '#929E88'

red 146 ◦ green 158 ◦ blue 136

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

Shades of Delta #929E88

Tints of Delta #929E88

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

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

R = 33.18%
G = 35.91%
B = 30.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#929E88 (or 0x929E88) is known color: Delta. HEX triplet: 92, 9E and 88. RGB value is (146,158,136). Sum of RGB (Red+Green+Blue) = 146+158+136=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #929E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E88 is #6D6177. Grayscale: #979797. Windows color (decimal): -7168376 or 8953490. OLE color: 8953490.

HSL color Cylindrical-coordinate representation of color #929E88: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929E88 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 158 136 -
CMYK 0.08 0 0.14 0.38
HSL 92.73º 0.1% 0.58% -
HSV(B) 92.73º 0.14% 0.62% -
XYZ 28.52 32.34 28.03 -
YUV 151.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 146 158 136 0.08 0 0.14 0.38 92.73 0.1 0.58
Hex 92 9E 88 8 0 E 26 5D A 3A
Octal 222 236 210 10 0 16 46 135 12 72
Binary 10010010 10011110 10001000 1000 0 1110 100110 1011101 1010 111010

Color Harmonies of #929E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929E88

Black with #929E88

Text Example


Text Example

White with #929E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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