#94955D

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

Shades of Avocado #94955D

Tints of Avocado #94955D

Color information

#94955D (or 0x94955D) is unknown color: approx Avocado. HEX triplet: 94, 95 and 5D. RGB value is (148,149,93). Sum of RGB (Red+Green+Blue) = 148+149+93=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #94955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94955D is #6B6AA2. Grayscale: #8E8E8E. Windows color (decimal): -7039651 or 6133140. OLE color: 6133140.

HSL color Cylindrical-coordinate representation of color #94955D: hue angle of 61.07º degrees, saturation: 0.23, 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 #94955D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14814993-
CMYK0.0100.380.42
HSL61.07º23.14%47.45%-
HSV(B)61.07º37.58%58.43%-
XYZ24.9428.5814.56-
YUV142.32100.17132.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=37.95%
G=38.21%
B=23.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149930.0100.380.4261.0723.1447.45
Hex94955D10262A3d172f
Octal224225135104652752757
Binary100101001001010110111011010011010101011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94955D; }

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

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

<style>
 a { background-color: #94955D; }

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

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

<style>
 span { border-color: #94955D; }

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

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