Html Css Color HEX #949556 Avocado

📋 copy color: '#949556'

red 148 ◦ green 149 ◦ blue 86

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

Shades of Avocado #949556

Tints of Avocado #949556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 38.64%
G = 38.9%
B = 22.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#949556 (or 0x949556) is known color: Avocado. HEX triplet: 94, 95 and 56. RGB value is (148,149,86). Sum of RGB (Red+Green+Blue) = 148+149+86=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #949556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949556 is #6B6AA9. Grayscale: #8D8D8D. Windows color (decimal): -7039658 or 5674388. OLE color: 5674388.

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

Color convert

RGB 148 149 86 -
CMYK 0.01 0 0.42 0.42
HSL 60.95º 0.27% 0.46% -
HSV(B) 60.95º 0.42% 0.58% -
XYZ 24.64 28.46 13 -
YUV 141.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 148 149 86 0.01 0 0.42 0.42 60.95 0.27 0.46
Hex 94 95 56 1 0 2A 2A 3D 1B 2E
Octal 224 225 126 1 0 52 52 75 33 56
Binary 10010100 10010101 1010110 1 0 101010 101010 111101 11011 101110

Color Harmonies of #949556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949556

Black with #949556

Text Example


Text Example

White with #949556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949556; }

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

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

background-color css

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

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

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

border-color css

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

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

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