#919258

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

Shades of Avocado #919258

Tints of Avocado #919258

Color information

#919258 (or 0x919258) is unknown color: approx Avocado. HEX triplet: 91, 92 and 58. RGB value is (145,146,88). Sum of RGB (Red+Green+Blue) = 145+146+88=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #919258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919258 is #6E6DA7. Grayscale: #8B8B8B. Windows color (decimal): -7237032 or 5804689. OLE color: 5804689.

HSL color Cylindrical-coordinate representation of color #919258: hue angle of 61.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919258 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14514688-
CMYK0.0100.400.43
HSL61.03º24.79%45.88%-
HSV(B)61.03º39.73%57.25%-
XYZ23.7227.2813.25-
YUV139.0999.17132.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=38.26%
G=38.52%
B=23.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145146880.0100.400.4361.0324.7945.88
Hex91925810282B3d192e
Octal221222130105053753156
Binary100100011001001010110001010100010101111110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919258; }

 p { color: rgb(145,146,88); }

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

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

 a { background-color: rgb(145,146,88); }

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

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

 span { border-color: rgb(145,146,88); }

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