#969454

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

Shades of Avocado #969454

Tints of Avocado #969454

Color information

#969454 (or 0x969454) is unknown color: approx Avocado. HEX triplet: 96, 94 and 54. RGB value is (150,148,84). Sum of RGB (Red+Green+Blue) = 150+148+84=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #969454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969454 is #696BAB. Grayscale: #8D8D8D. Windows color (decimal): -6908844 or 5543062. OLE color: 5543062.

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

Color convert

RGB15014884-
CMYK00.010.440.41
HSL58.18º28.21%45.88%-
HSV(B)58.18º44%58.82%-
XYZ24.7728.312.55-
YUV141.395.66134.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=39.27%
G=38.74%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501488400.010.440.4158.1828.2145.88
Hex969454012C293a1c2e
Octal226224124015451723456
Binary100101101001010010101000110110010100111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969454; }

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

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

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

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

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

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

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

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