Html Css Color HEX #949664 Avocado

📋 copy color: '#949664'

red 148 ◦ green 150 ◦ blue 100

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

Shades of Avocado #949664

Tints of Avocado #949664

RGB

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

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

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

R = 37.19%
G = 37.69%
B = 25.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#949664 (or 0x949664) is known color: Avocado. HEX triplet: 94, 96 and 64. RGB value is (148,150,100). Sum of RGB (Red+Green+Blue) = 148+150+100=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 150 - color contains mainly: green. Hex color #949664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949664 is #6B699B. Grayscale: #8F8F8F. Windows color (decimal): -7039388 or 6592148. OLE color: 6592148.

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

Color convert

RGB 148 150 100 -
CMYK 0.01 0 0.33 0.41
HSL 62.4º 0.2% 0.49% -
HSV(B) 62.4º 0.33% 0.59% -
XYZ 25.42 29.03 16.32 -
YUV 143.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 148 150 100 0.01 0 0.33 0.41 62.4 0.2 0.49
Hex 94 96 64 1 0 21 29 3E 14 31
Octal 224 226 144 1 0 41 51 76 24 61
Binary 10010100 10010110 1100100 1 0 100001 101001 111110 10100 110001

Color Harmonies of #949664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949664

Black with #949664

Text Example


Text Example

White with #949664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949664; }

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

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

background-color css

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

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

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

border-color css

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

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

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