Html Css Color HEX #929589 Delta

📋 copy color: '#929589'

red 146 ◦ green 149 ◦ blue 137

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

Shades of Delta #929589

Tints of Delta #929589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 33.8%
G = 34.49%
B = 31.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#929589 (or 0x929589) is known color: Delta. HEX triplet: 92, 95 and 89. RGB value is (146,149,137). Sum of RGB (Red+Green+Blue) = 146+149+137=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 149 - color contains mainly: green. Hex color #929589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929589 is #6D6A76. Grayscale: #929292. Windows color (decimal): -7170679 or 9016722. OLE color: 9016722.

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

Color convert

RGB 146 149 137 -
CMYK 0.02 0 0.08 0.42
HSL 75º 0.05% 0.56% -
HSV(B) 75º 0.08% 0.58% -
XYZ 27.12 29.41 27.91 -
YUV 146.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 146 149 137 0.02 0 0.08 0.42 75 0.05 0.56
Hex 92 95 89 2 0 8 2A 4B 5 38
Octal 222 225 211 2 0 10 52 113 5 70
Binary 10010010 10010101 10001001 10 0 1000 101010 1001011 101 111000

Color Harmonies of #929589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929589

Black with #929589

Text Example


Text Example

White with #929589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929589; }

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

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

background-color css

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

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

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

border-color css

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

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

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