Html Css Color HEX #919259 Avocado

📋 copy color: '#919259'

red 145 ◦ green 146 ◦ blue 89

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

Shades of Avocado #919259

Tints of Avocado #919259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 38.16%
G = 38.42%
B = 23.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#919259 (or 0x919259) is known color: Avocado. HEX triplet: 91, 92 and 59. RGB value is (145,146,89). Sum of RGB (Red+Green+Blue) = 145+146+89=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #919259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919259 is #6E6DA6. Grayscale: #8B8B8B. Windows color (decimal): -7237031 or 5870225. OLE color: 5870225.

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

Color convert

RGB 145 146 89 -
CMYK 0.01 0 0.39 0.43
HSL 61.05º 0.24% 0.46% -
HSV(B) 61.05º 0.39% 0.57% -
XYZ 23.76 27.3 13.47 -
YUV 139.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 145 146 89 0.01 0 0.39 0.43 61.05 0.24 0.46
Hex 91 92 59 1 0 27 2B 3D 18 2E
Octal 221 222 131 1 0 47 53 75 30 56
Binary 10010001 10010010 1011001 1 0 100111 101011 111101 11000 101110

Color Harmonies of #919259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919259

Black with #919259

Text Example


Text Example

White with #919259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919259; }

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

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

background-color css

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

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

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

border-color css

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

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

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