Html Css Color HEX #929263 Avocado

📋 copy color: '#929263'

red 146 ◦ green 146 ◦ blue 99

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

Shades of Avocado #929263

Tints of Avocado #929263

RGB

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

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

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

R = 37.34%
G = 37.34%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#929263 (or 0x929263) is known color: Avocado. HEX triplet: 92, 92 and 63. RGB value is (146,146,99). Sum of RGB (Red+Green+Blue) = 146+146+99=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929263 is #6D6D9C. Grayscale: #8C8C8C. Windows color (decimal): -7171485 or 6525586. OLE color: 6525586.

HSL color Cylindrical-coordinate representation of color #929263: hue angle of 60º 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 #929263 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 146 99 -
CMYK 0 0 0.32 0.43
HSL 60º 0.19% 0.48% -
HSV(B) 60º 0.32% 0.57% -
XYZ 24.39 27.57 15.84 -
YUV 140.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 146 146 99 0 0 0.32 0.43 60 0.19 0.48
Hex 92 92 63 0 0 20 2B 3C 13 30
Octal 222 222 143 0 0 40 53 74 23 60
Binary 10010010 10010010 1100011 0 0 100000 101011 111100 10011 110000

Color Harmonies of #929263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929263

Black with #929263

Text Example


Text Example

White with #929263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929263; }

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

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

background-color css

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

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

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

border-color css

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

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

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