Html Css Color HEX #949564 Avocado

📋 copy color: '#949564'

red 148 ◦ green 149 ◦ blue 100

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

Shades of Avocado #949564

Tints of Avocado #949564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 37.28%
G = 37.53%
B = 25.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#949564 (or 0x949564) is known color: Avocado. HEX triplet: 94, 95 and 64. RGB value is (148,149,100). Sum of RGB (Red+Green+Blue) = 148+149+100=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #949564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949564 is #6B6A9B. Grayscale: #8F8F8F. Windows color (decimal): -7039644 or 6591892. OLE color: 6591892.

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

Color convert

RGB 148 149 100 -
CMYK 0.01 0 0.33 0.42
HSL 61.22º 0.2% 0.49% -
HSV(B) 61.22º 0.33% 0.58% -
XYZ 25.26 28.71 16.27 -
YUV 143.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 148 149 100 0.01 0 0.33 0.42 61.22 0.2 0.49
Hex 94 95 64 1 0 21 2A 3D 14 31
Octal 224 225 144 1 0 41 52 75 24 61
Binary 10010100 10010101 1100100 1 0 100001 101010 111101 10100 110001

Color Harmonies of #949564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949564

Black with #949564

Text Example


Text Example

White with #949564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949564; }

 p { color: rgb(148,149,100); }

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

background-color css

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

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

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

border-color css

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

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

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