Html Css Color HEX #929E96 Edward

📋 copy color: '#929E96'

red 146 ◦ green 158 ◦ blue 150

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

Shades of Edward #929E96

Tints of Edward #929E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 32.16%
G = 34.8%
B = 33.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#929E96 (or 0x929E96) is known color: Edward. HEX triplet: 92, 9E and 96. RGB value is (146,158,150). Sum of RGB (Red+Green+Blue) = 146+158+150=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 158 - color contains mainly: green. Hex color #929E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E96 is #6D6169. Grayscale: #999999. Windows color (decimal): -7168362 or 9870994. OLE color: 9870994.

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

Color convert

RGB 146 158 150 -
CMYK 0.08 0 0.05 0.38
HSL 140º 0.06% 0.6% -
HSV(B) 140º 0.08% 0.62% -
XYZ 29.59 32.77 33.62 -
YUV 153.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 146 158 150 0.08 0 0.05 0.38 140 0.06 0.6
Hex 92 9E 96 8 0 5 26 8C 6 3C
Octal 222 236 226 10 0 5 46 214 6 74
Binary 10010010 10011110 10010110 1000 0 101 100110 10001100 110 111100

Color Harmonies of #929E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929E96

Black with #929E96

Text Example


Text Example

White with #929E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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