Html Css Color HEX #929590 Delta

📋 copy color: '#929590'

red 146 ◦ green 149 ◦ blue 144

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

Shades of Delta #929590

Tints of Delta #929590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 33.26%
G = 33.94%
B = 32.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#929590 (or 0x929590) is known color: Delta. HEX triplet: 92, 95 and 90. RGB value is (146,149,144). Sum of RGB (Red+Green+Blue) = 146+149+144=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 149 - color contains mainly: green. Hex color #929590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929590 is #6D6A6F. Grayscale: #939393. Windows color (decimal): -7170672 or 9475474. OLE color: 9475474.

HSL color Cylindrical-coordinate representation of color #929590: hue angle of 96º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #929590 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 149 144 -
CMYK 0.02 0 0.03 0.42
HSL 96º 0.02% 0.57% -
HSV(B) 96º 0.03% 0.58% -
XYZ 27.64 29.62 30.65 -
YUV 147.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 146 149 144 0.02 0 0.03 0.42 96 0.02 0.57
Hex 92 95 90 2 0 3 2A 60 2 39
Octal 222 225 220 2 0 3 52 140 2 71
Binary 10010010 10010101 10010000 10 0 11 101010 1100000 10 111001

Color Harmonies of #929590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929590

Black with #929590

Text Example


Text Example

White with #929590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929590; }

 p { color: rgb(146,149,144); }

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

background-color css

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

 a { background-color: rgb(146,149,144); }

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

border-color css

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

 span { border-color: rgb(146,149,144); }

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