#95925C

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

Shades of Avocado #95925C

Tints of Avocado #95925C

Color information

#95925C (or 0x95925C) is unknown color: approx Avocado. HEX triplet: 95, 92 and 5C. RGB value is (149,146,92). Sum of RGB (Red+Green+Blue) = 149+146+92=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95925C is #6A6DA3. Grayscale: #8C8C8C. Windows color (decimal): -6974884 or 6066837. OLE color: 6066837.

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

Color convert

RGB14914692-
CMYK00.020.380.42
HSL56.84º23.65%47.25%-
HSV(B)56.84º38.26%58.43%-
XYZ24.6127.7214.18-
YUV140.74100.49133.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=38.50%
G=37.73%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491469200.020.380.4256.8423.6547.25
Hex95925C02262A39182f
Octal225222134024652713057
Binary1001010110010010101110001010011010101011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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