Html Css Color HEX #929463 Avocado

📋 copy color: '#929463'

red 146 ◦ green 148 ◦ blue 99

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

Shades of Avocado #929463

Tints of Avocado #929463

RGB

 RED value IS 146 (57.42% from 255) = 37.15%

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

 BLUE value IS 99 (39.06% from 255) = 25.19%

R = 37.15%
G = 37.66%
B = 25.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#929463 (or 0x929463) is known color: Avocado. HEX triplet: 92, 94 and 63. RGB value is (146,148,99). Sum of RGB (Red+Green+Blue) = 146+148+99=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #929463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929463 is #6D6B9C. Grayscale: #8E8E8E. Windows color (decimal): -7170973 or 6526098. OLE color: 6526098.

HSL color Cylindrical-coordinate representation of color #929463: hue angle of 62.45º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929463 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 148 99 -
CMYK 0.01 0 0.33 0.42
HSL 62.45º 0.2% 0.48% -
HSV(B) 62.45º 0.33% 0.58% -
XYZ 24.7 28.19 15.94 -
YUV 141.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 146 148 99 0.01 0 0.33 0.42 62.45 0.2 0.48
Hex 92 94 63 1 0 21 2A 3E 14 30
Octal 222 224 143 1 0 41 52 76 24 60
Binary 10010010 10010100 1100011 1 0 100001 101010 111110 10100 110000

Color Harmonies of #929463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929463

Black with #929463

Text Example


Text Example

White with #929463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929463; }

 p { color: rgb(146,148,99); }

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

background-color css

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

 a { background-color: rgb(146,148,99); }

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

border-color css

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

 span { border-color: rgb(146,148,99); }

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