Html Css Color HEX #929465 Avocado

📋 copy color: '#929465'

red 146 ◦ green 148 ◦ blue 101

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

Shades of Avocado #929465

Tints of Avocado #929465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 36.96%
G = 37.47%
B = 25.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#929465 (or 0x929465) is known color: Avocado. HEX triplet: 92, 94 and 65. RGB value is (146,148,101). Sum of RGB (Red+Green+Blue) = 146+148+101=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #929465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929465 is #6D6B9A. Grayscale: #8E8E8E. Windows color (decimal): -7170971 or 6657170. OLE color: 6657170.

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

Color convert

RGB 146 148 101 -
CMYK 0.01 0 0.32 0.42
HSL 62.55º 0.19% 0.49% -
HSV(B) 62.55º 0.32% 0.58% -
XYZ 24.79 28.23 16.45 -
YUV 142.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 146 148 101 0.01 0 0.32 0.42 62.55 0.19 0.49
Hex 92 94 65 1 0 20 2A 3F 13 31
Octal 222 224 145 1 0 40 52 77 23 61
Binary 10010010 10010100 1100101 1 0 100000 101010 111111 10011 110001

Color Harmonies of #929465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929465

Black with #929465

Text Example


Text Example

White with #929465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929465; }

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

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

background-color css

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

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

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

border-color css

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

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

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