#8F9552

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

Shades of Avocado #8F9552

Tints of Avocado #8F9552

Color information

#8F9552 (or 0x8F9552) is unknown color: approx Avocado. HEX triplet: 8F, 95 and 52. RGB value is (143,149,82). Sum of RGB (Red+Green+Blue) = 143+149+82=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9552 is #706AAD. Grayscale: #8B8B8B. Windows color (decimal): -7367342 or 5412239. OLE color: 5412239.

HSL color Cylindrical-coordinate representation of color #8F9552: hue angle of 65.37º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F9552 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14314982-
CMYK0.0400.450.42
HSL65.37º29%45.29%-
HSV(B)65.37º44.97%58.43%-
XYZ23.627.9412.13-
YUV139.5795.51130.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=38.24%
G=39.84%
B=21.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143149820.0400.450.4265.372945.29
Hex8F9552402D2A411d2d
Octal2172251224055521013555
Binary100011111001010110100101000101101101010100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F9552; }

 p { color: rgb(143,149,82); }

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

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

 a { background-color: rgb(143,149,82); }

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

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

 span { border-color: rgb(143,149,82); }

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