#95945B

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

Shades of Avocado #95945B

Tints of Avocado #95945B

Color information

#95945B (or 0x95945B) is unknown color: approx Avocado. HEX triplet: 95, 94 and 5B. RGB value is (149,148,91). Sum of RGB (Red+Green+Blue) = 149+148+91=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95945B is #6A6BA4. Grayscale: #8E8E8E. Windows color (decimal): -6974373 or 6001813. OLE color: 6001813.

HSL color Cylindrical-coordinate representation of color #95945B: hue angle of 58.97º 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 #95945B is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14914891-
CMYK00.010.390.42
HSL58.97º24.17%47.06%-
HSV(B)58.97º38.93%58.43%-
XYZ24.8728.3214.05-
YUV141.899.33133.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=38.40%
G=38.14%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491489100.010.390.4258.9724.1747.06
Hex95945B01272A3b182f
Octal225224133014752733057
Binary100101011001010010110110110011110101011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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