#94925F

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

Shades of Avocado #94925F

Tints of Avocado #94925F

Color information

#94925F (or 0x94925F) is unknown color: approx Avocado. HEX triplet: 94, 92 and 5F. RGB value is (148,146,95). Sum of RGB (Red+Green+Blue) = 148+146+95=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94925F is #6B6DA0. Grayscale: #8C8C8C. Windows color (decimal): -7040417 or 6263444. OLE color: 6263444.

HSL color Cylindrical-coordinate representation of color #94925F: hue angle of 57.74º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94925F is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14814695-
CMYK00.010.360.42
HSL57.74º21.81%47.65%-
HSV(B)57.74º35.81%58.04%-
XYZ24.5627.6814.87-
YUV140.78102.16133.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=38.05%
G=37.53%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481469500.010.360.4257.7421.8147.65
Hex94925F01242A3a1630
Octal224222137014452722660
Binary100101001001001010111110110010010101011101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94925F; }

 p { color: rgb(148,146,95); }

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

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

 a { background-color: rgb(148,146,95); }

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

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

 span { border-color: rgb(148,146,95); }

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