Html Css Color HEX #929663 Avocado

📋 copy color: '#929663'

red 146 ◦ green 150 ◦ blue 99

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

Shades of Avocado #929663

Tints of Avocado #929663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

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

R = 36.96%
G = 37.97%
B = 25.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#929663 (or 0x929663) is known color: Avocado. HEX triplet: 92, 96 and 63. RGB value is (146,150,99). Sum of RGB (Red+Green+Blue) = 146+150+99=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #929663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929663 is #6D699C. Grayscale: #8F8F8F. Windows color (decimal): -7170461 or 6526610. OLE color: 6526610.

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

Color convert

RGB 146 150 99 -
CMYK 0.03 0 0.34 0.41
HSL 64.71º 0.2% 0.49% -
HSV(B) 64.71º 0.34% 0.59% -
XYZ 25.01 28.82 16.05 -
YUV 142.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 146 150 99 0.03 0 0.34 0.41 64.71 0.2 0.49
Hex 92 96 63 3 0 22 29 41 14 31
Octal 222 226 143 3 0 42 51 101 24 61
Binary 10010010 10010110 1100011 11 0 100010 101001 1000001 10100 110001

Color Harmonies of #929663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929663

Black with #929663

Text Example


Text Example

White with #929663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929663; }

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

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

background-color css

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

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

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

border-color css

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

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

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