#929572

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

Shades of Avocado #929572

Tints of Avocado #929572

Color information

#929572 (or 0x929572) is unknown color: approx Avocado. HEX triplet: 92, 95 and 72. RGB value is (146,149,114). Sum of RGB (Red+Green+Blue) = 146+149+114=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #929572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929572 is #6D6A8D. Grayscale: #909090. Windows color (decimal): -7170702 or 7509394. OLE color: 7509394.

HSL color Cylindrical-coordinate representation of color #929572: hue angle of 65.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929572 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB146149114-
CMYK0.0200.230.42
HSL65.14º14.17%51.57%-
HSV(B)65.14º23.49%58.43%-
XYZ25.6428.8220.13-
YUV144.11111.01129.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=35.70%
G=36.43%
B=27.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491140.0200.230.4265.1414.1751.57
Hex92957220172A41e34
Octal2222251622027521011664
Binary100100101001010111100101001011110101010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929572; }

 p { color: rgb(146,149,114); }

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

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

 a { background-color: rgb(146,149,114); }

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

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

 span { border-color: rgb(146,149,114); }

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