Html Css Color HEX #949560 Avocado

📋 copy color: '#949560'

red 148 ◦ green 149 ◦ blue 96

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

Shades of Avocado #949560

Tints of Avocado #949560

RGB

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

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

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

R = 37.66%
G = 37.91%
B = 24.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#949560 (or 0x949560) is known color: Avocado. HEX triplet: 94, 95 and 60. RGB value is (148,149,96). Sum of RGB (Red+Green+Blue) = 148+149+96=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #949560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949560 is #6B6A9F. Grayscale: #8E8E8E. Windows color (decimal): -7039648 or 6329748. OLE color: 6329748.

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

Color convert

RGB 148 149 96 -
CMYK 0.01 0 0.36 0.42
HSL 61.13º 0.22% 0.48% -
HSV(B) 61.13º 0.36% 0.58% -
XYZ 25.07 28.64 15.27 -
YUV 142.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 148 149 96 0.01 0 0.36 0.42 61.13 0.22 0.48
Hex 94 95 60 1 0 24 2A 3D 16 30
Octal 224 225 140 1 0 44 52 75 26 60
Binary 10010100 10010101 1100000 1 0 100100 101010 111101 10110 110000

Color Harmonies of #949560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949560

Black with #949560

Text Example


Text Example

White with #949560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949560; }

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

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

background-color css

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

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

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

border-color css

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

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

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