#94965B

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

Shades of Avocado #94965B

Tints of Avocado #94965B

Color information

#94965B (or 0x94965B) is unknown color: approx Avocado. HEX triplet: 94, 96 and 5B. RGB value is (148,150,91). Sum of RGB (Red+Green+Blue) = 148+150+91=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #94965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94965B is #6B69A4. Grayscale: #8E8E8E. Windows color (decimal): -7039397 or 6002324. OLE color: 6002324.

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

Color convert

RGB14815091-
CMYK0.0100.390.41
HSL62.03º24.48%47.25%-
HSV(B)62.03º39.33%58.82%-
XYZ25.0128.8614.15-
YUV142.6898.84131.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=38.05%
G=38.56%
B=23.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148150910.0100.390.4162.0324.4847.25
Hex94965B1027293e182f
Octal224226133104751763057
Binary100101001001011010110111010011110100111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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