Html Css Color HEX #949565 Avocado

📋 copy color: '#949565'

red 148 ◦ green 149 ◦ blue 101

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

Shades of Avocado #949565

Tints of Avocado #949565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 37.19%
G = 37.44%
B = 25.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#949565 (or 0x949565) is known color: Avocado. HEX triplet: 94, 95 and 65. RGB value is (148,149,101). Sum of RGB (Red+Green+Blue) = 148+149+101=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #949565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949565 is #6B6A9A. Grayscale: #8F8F8F. Windows color (decimal): -7039643 or 6657428. OLE color: 6657428.

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

Color convert

RGB 148 149 101 -
CMYK 0.01 0 0.32 0.42
HSL 61.25º 0.19% 0.49% -
HSV(B) 61.25º 0.32% 0.58% -
XYZ 25.31 28.73 16.52 -
YUV 143.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 148 149 101 0.01 0 0.32 0.42 61.25 0.19 0.49
Hex 94 95 65 1 0 20 2A 3D 13 31
Octal 224 225 145 1 0 40 52 75 23 61
Binary 10010100 10010101 1100101 1 0 100000 101010 111101 10011 110001

Color Harmonies of #949565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949565

Black with #949565

Text Example


Text Example

White with #949565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949565; }

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

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

background-color css

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

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

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

border-color css

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

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

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