#95925B

Color #95925B Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #95925B

Tints of Avocado #95925B

Color information

#95925B (or 0x95925B) is unknown color: approx Avocado. HEX triplet: 95, 92 and 5B. RGB value is (149,146,91). Sum of RGB (Red+Green+Blue) = 149+146+91=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95925B is #6A6DA4. Grayscale: #8C8C8C. Windows color (decimal): -6974885 or 6001301. OLE color: 6001301.

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

Color convert

RGB14914691-
CMYK00.020.390.42
HSL56.9º24.17%47.06%-
HSV(B)56.9º38.93%58.43%-
XYZ24.5627.713.95-
YUV140.6399.99133.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=38.60%
G=37.82%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491469100.020.390.4256.924.1747.06
Hex95925B02272A39182f
Octal225222133024752713057
Binary1001010110010010101101101010011110101011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95925B;
 }
 .AnyTagClassName
 {
   color: #95925B;
 }
</style>
background-color css

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

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

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

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

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

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