#949872

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

Shades of Avocado #949872

Tints of Avocado #949872

Color information

#949872 (or 0x949872) is unknown color: approx Avocado. HEX triplet: 94, 98 and 72. RGB value is (148,152,114). Sum of RGB (Red+Green+Blue) = 148+152+114=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #949872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949872 is #6B678D. Grayscale: #929292. Windows color (decimal): -7038862 or 7510164. OLE color: 7510164.

HSL color Cylindrical-coordinate representation of color #949872: hue angle of 66.32º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949872 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB148152114-
CMYK0.0300.250.40
HSL66.32º15.57%52.16%-
HSV(B)66.32º25%59.61%-
XYZ26.4829.9720.31-
YUV146.47109.67129.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=35.75%
G=36.71%
B=27.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521140.0300.250.4066.3215.5752.16
Hex949872301928421034
Octal2242301623031501022064
Binary1001010010011000111001011011001101000100001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949872; }

 p { color: rgb(148,152,114); }

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

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

 a { background-color: rgb(148,152,114); }

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

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

 span { border-color: rgb(148,152,114); }

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