Html Css Color HEX #949466 Avocado

📋 copy color: '#949466'

red 148 ◦ green 148 ◦ blue 102

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

Shades of Avocado #949466

Tints of Avocado #949466

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

 GREEN value IS 148 (58.2% from 255) = 37.19%

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 37.19%
G = 37.19%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#949466 (or 0x949466) is known color: Avocado. HEX triplet: 94, 94 and 66. RGB value is (148,148,102). Sum of RGB (Red+Green+Blue) = 148+148+102=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949466 is #6B6B99. Grayscale: #8E8E8E. Windows color (decimal): -7039898 or 6722708. OLE color: 6722708.

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

Color convert

RGB 148 148 102 -
CMYK 0 0 0.31 0.42
HSL 60º 0.18% 0.49% -
HSV(B) 60º 0.31% 0.58% -
XYZ 25.2 28.44 16.73 -
YUV 142.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 148 148 102 0 0 0.31 0.42 60 0.18 0.49
Hex 94 94 66 0 0 1F 2A 3C 12 31
Octal 224 224 146 0 0 37 52 74 22 61
Binary 10010100 10010100 1100110 0 0 11111 101010 111100 10010 110001

Color Harmonies of #949466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949466

Black with #949466

Text Example


Text Example

White with #949466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949466; }

 p { color: rgb(148,148,102); }

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

background-color css

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

 a { background-color: rgb(148,148,102); }

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

border-color css

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

 span { border-color: rgb(148,148,102); }

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