Html Css Color HEX #919459 Avocado

📋 copy color: '#919459'

red 145 ◦ green 148 ◦ blue 89

#919459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #919459

Tints of Avocado #919459

RGB

 RED value IS 145 (57.03% from 255) = 37.96%

 GREEN value IS 148 (58.2% from 255) = 38.74%

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 37.96%
G = 38.74%
B = 23.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#919459 (or 0x919459) is known color: Avocado. HEX triplet: 91, 94 and 59. RGB value is (145,148,89). Sum of RGB (Red+Green+Blue) = 145+148+89=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #919459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919459 is #6E6BA6. Grayscale: #8C8C8C. Windows color (decimal): -7236519 or 5870737. OLE color: 5870737.

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

Color convert

RGB 145 148 89 -
CMYK 0.02 0 0.40 0.42
HSL 63.05º 0.25% 0.46% -
HSV(B) 63.05º 0.4% 0.58% -
XYZ 24.07 27.92 13.57 -
YUV 140.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 145 148 89 0.02 0 0.40 0.42 63.05 0.25 0.46
Hex 91 94 59 2 0 28 2A 3F 19 2E
Octal 221 224 131 2 0 50 52 77 31 56
Binary 10010001 10010100 1011001 10 0 101000 101010 111111 11001 101110

Color Harmonies of #919459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919459

Black with #919459

Text Example


Text Example

White with #919459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919459; }

 p { color: rgb(145,148,89); }

 H1.HeaderClassName
 {
   color: #919459;
 }
 .AnyTagClassName
 {
   color: #919459;
 }
</style>

background-color css

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

 a { background-color: rgb(145,148,89); }

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

border-color css

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

 span { border-color: rgb(145,148,89); }

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