Html Css Color HEX #929063 Avocado

📋 copy color: '#929063'

red 146 ◦ green 144 ◦ blue 99

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

Shades of Avocado #929063

Tints of Avocado #929063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

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

R = 37.53%
G = 37.02%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#929063 (or 0x929063) is known color: Avocado. HEX triplet: 92, 90 and 63. RGB value is (146,144,99). Sum of RGB (Red+Green+Blue) = 146+144+99=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #929063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929063 is #6D6F9C. Grayscale: #8B8B8B. Windows color (decimal): -7171997 or 6525074. OLE color: 6525074.

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

Color convert

RGB 146 144 99 -
CMYK 0 0.01 0.32 0.43
HSL 57.45º 0.19% 0.48% -
HSV(B) 57.45º 0.32% 0.57% -
XYZ 24.08 26.96 15.74 -
YUV 139.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 146 144 99 0 0.01 0.32 0.43 57.45 0.19 0.48
Hex 92 90 63 0 1 20 2B 39 13 30
Octal 222 220 143 0 1 40 53 71 23 60
Binary 10010010 10010000 1100011 0 1 100000 101011 111001 10011 110000

Color Harmonies of #929063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929063

Black with #929063

Text Example


Text Example

White with #929063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929063; }

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

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

background-color css

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

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

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

border-color css

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

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

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