Html Css Color HEX #929963 Avocado

📋 copy color: '#929963'

red 146 ◦ green 153 ◦ blue 99

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

Shades of Avocado #929963

Tints of Avocado #929963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 36.68%
G = 38.44%
B = 24.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#929963 (or 0x929963) is known color: Avocado. HEX triplet: 92, 99 and 63. RGB value is (146,153,99). Sum of RGB (Red+Green+Blue) = 146+153+99=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #929963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929963 is #6D669C. Grayscale: #909090. Windows color (decimal): -7169693 or 6527378. OLE color: 6527378.

HSL color Cylindrical-coordinate representation of color #929963: hue angle of 67.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929963 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 99 -
CMYK 0.05 0 0.35 0.4
HSL 67.78º 0.21% 0.49% -
HSV(B) 67.78º 0.35% 0.6% -
XYZ 25.5 29.79 16.21 -
YUV 144.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 146 153 99 0.05 0 0.35 0.4 67.78 0.21 0.49
Hex 92 99 63 5 0 23 28 44 15 31
Octal 222 231 143 5 0 43 50 104 25 61
Binary 10010010 10011001 1100011 101 0 100011 101000 1000100 10101 110001

Color Harmonies of #929963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929963

Black with #929963

Text Example


Text Example

White with #929963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929963; }

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

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

background-color css

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

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

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

border-color css

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

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

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