Html Css Color HEX #92958B Delta

📋 copy color: '#92958B'

red 146 ◦ green 149 ◦ blue 139

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

Shades of Delta #92958B

Tints of Delta #92958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 33.64%
G = 34.33%
B = 32.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#92958B (or 0x92958B) is known color: Delta. HEX triplet: 92, 95 and 8B. RGB value is (146,149,139). Sum of RGB (Red+Green+Blue) = 146+149+139=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #92958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92958B is #6D6A74. Grayscale: #929292. Windows color (decimal): -7170677 or 9147794. OLE color: 9147794.

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

Color convert

RGB 146 149 139 -
CMYK 0.02 0 0.07 0.42
HSL 78º 0.05% 0.56% -
HSV(B) 78º 0.07% 0.58% -
XYZ 27.26 29.47 28.68 -
YUV 146.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 146 149 139 0.02 0 0.07 0.42 78 0.05 0.56
Hex 92 95 8B 2 0 7 2A 4E 5 38
Octal 222 225 213 2 0 7 52 116 5 70
Binary 10010010 10010101 10001011 10 0 111 101010 1001110 101 111000

Color Harmonies of #92958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92958B

Black with #92958B

Text Example


Text Example

White with #92958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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