Html Css Color HEX #929563 Avocado

📋 copy color: '#929563'

red 146 ◦ green 149 ◦ blue 99

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

Shades of Avocado #929563

Tints of Avocado #929563

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

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

R = 37.06%
G = 37.82%
B = 25.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#929563 (or 0x929563) is known color: Avocado. HEX triplet: 92, 95 and 63. RGB value is (146,149,99). Sum of RGB (Red+Green+Blue) = 146+149+99=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #929563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929563 is #6D6A9C. Grayscale: #8E8E8E. Windows color (decimal): -7170717 or 6526354. OLE color: 6526354.

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

Color convert

RGB 146 149 99 -
CMYK 0.02 0 0.34 0.42
HSL 63.6º 0.2% 0.49% -
HSV(B) 63.6º 0.34% 0.58% -
XYZ 24.85 28.51 16 -
YUV 142.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 146 149 99 0.02 0 0.34 0.42 63.6 0.2 0.49
Hex 92 95 63 2 0 22 2A 40 14 31
Octal 222 225 143 2 0 42 52 100 24 61
Binary 10010010 10010101 1100011 10 0 100010 101010 1000000 10100 110001

Color Harmonies of #929563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929563

Black with #929563

Text Example


Text Example

White with #929563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929563; }

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

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

background-color css

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

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

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

border-color css

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

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

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