Html Css Color HEX #929985 Delta

📋 copy color: '#929985'

red 146 ◦ green 153 ◦ blue 133

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

Shades of Delta #929985

Tints of Delta #929985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 33.8%
G = 35.42%
B = 30.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#929985 (or 0x929985) is known color: Delta. HEX triplet: 92, 99 and 85. RGB value is (146,153,133). Sum of RGB (Red+Green+Blue) = 146+153+133=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #929985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929985 is #6D667A. Grayscale: #949494. Windows color (decimal): -7169659 or 8755602. OLE color: 8755602.

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

Color convert

RGB 146 153 133 -
CMYK 0.05 0 0.13 0.4
HSL 81º 0.09% 0.56% -
HSV(B) 81º 0.13% 0.6% -
XYZ 27.48 30.59 26.65 -
YUV 148.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 146 153 133 0.05 0 0.13 0.4 81 0.09 0.56
Hex 92 99 85 5 0 D 28 51 9 38
Octal 222 231 205 5 0 15 50 121 11 70
Binary 10010010 10011001 10000101 101 0 1101 101000 1010001 1001 111000

Color Harmonies of #929985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929985

Black with #929985

Text Example


Text Example

White with #929985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929985; }

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

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

background-color css

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

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

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

border-color css

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

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

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