Html Css Color HEX #949460 Avocado

📋 copy color: '#949460'

red 148 ◦ green 148 ◦ blue 96

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

Shades of Avocado #949460

Tints of Avocado #949460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 37.76%
G = 37.76%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#949460 (or 0x949460) is known color: Avocado. HEX triplet: 94, 94 and 60. RGB value is (148,148,96). Sum of RGB (Red+Green+Blue) = 148+148+96=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949460 is #6B6B9F. Grayscale: #8E8E8E. Windows color (decimal): -7039904 or 6329492. OLE color: 6329492.

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

Color convert

RGB 148 148 96 -
CMYK 0 0 0.35 0.42
HSL 60º 0.21% 0.48% -
HSV(B) 60º 0.35% 0.58% -
XYZ 24.91 28.32 15.22 -
YUV 142.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 148 148 96 0 0 0.35 0.42 60 0.21 0.48
Hex 94 94 60 0 0 23 2A 3C 15 30
Octal 224 224 140 0 0 43 52 74 25 60
Binary 10010100 10010100 1100000 0 0 100011 101010 111100 10101 110000

Color Harmonies of #949460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949460

Black with #949460

Text Example


Text Example

White with #949460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949460; }

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

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

background-color css

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

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

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

border-color css

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

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

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