#949653

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

Shades of Avocado #949653

Tints of Avocado #949653

Color information

#949653 (or 0x949653) is unknown color: approx Avocado. HEX triplet: 94, 96 and 53. RGB value is (148,150,83). Sum of RGB (Red+Green+Blue) = 148+150+83=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #949653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949653 is #6B69AC. Grayscale: #8E8E8E. Windows color (decimal): -7039405 or 5478036. OLE color: 5478036.

HSL color Cylindrical-coordinate representation of color #949653: hue angle of 61.79º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #949653 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB14815083-
CMYK0.0100.450.41
HSL61.79º28.76%45.69%-
HSV(B)61.79º44.67%58.82%-
XYZ24.6828.7312.43-
YUV141.7694.84132.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=38.85%
G=39.37%
B=21.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148150830.0100.450.4161.7928.7645.69
Hex949653102D293e1d2e
Octal224226123105551763556
Binary100101001001011010100111010110110100111111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949653; }

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

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

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

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

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

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

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

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