Html Css Color HEX #929D86 Delta

📋 copy color: '#929D86'

red 146 ◦ green 157 ◦ blue 134

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

Shades of Delta #929D86

Tints of Delta #929D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.93%

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

R = 33.41%
G = 35.93%
B = 30.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#929D86 (or 0x929D86) is known color: Delta. HEX triplet: 92, 9D and 86. RGB value is (146,157,134). Sum of RGB (Red+Green+Blue) = 146+157+134=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #929D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D86 is #6D6279. Grayscale: #979797. Windows color (decimal): -7168634 or 8822162. OLE color: 8822162.

HSL color Cylindrical-coordinate representation of color #929D86: hue angle of 88.7º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #929D86 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 157 134 -
CMYK 0.07 0 0.15 0.38
HSL 88.7º 0.11% 0.57% -
HSV(B) 88.7º 0.15% 0.62% -
XYZ 28.21 31.95 27.23 -
YUV 151.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 146 157 134 0.07 0 0.15 0.38 88.7 0.11 0.57
Hex 92 9D 86 7 0 F 26 59 B 39
Octal 222 235 206 7 0 17 46 131 13 71
Binary 10010010 10011101 10000110 111 0 1111 100110 1011001 1011 111001

Color Harmonies of #929D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929D86

Black with #929D86

Text Example


Text Example

White with #929D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,157,134); }

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

background-color css

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

 a { background-color: rgb(146,157,134); }

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

border-color css

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

 span { border-color: rgb(146,157,134); }

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