Html Css Color HEX #949366 Avocado

📋 copy color: '#949366'

red 148 ◦ green 147 ◦ blue 102

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

Shades of Avocado #949366

Tints of Avocado #949366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 37.28%
G = 37.03%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#949366 (or 0x949366) is known color: Avocado. HEX triplet: 94, 93 and 66. RGB value is (148,147,102). Sum of RGB (Red+Green+Blue) = 148+147+102=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #949366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949366 is #6B6C99. Grayscale: #8E8E8E. Windows color (decimal): -7040154 or 6722452. OLE color: 6722452.

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

Color convert

RGB 148 147 102 -
CMYK 0 0.01 0.31 0.42
HSL 58.7º 0.18% 0.49% -
HSV(B) 58.7º 0.31% 0.58% -
XYZ 25.04 28.12 16.68 -
YUV 142.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 148 147 102 0 0.01 0.31 0.42 58.7 0.18 0.49
Hex 94 93 66 0 1 1F 2A 3B 12 31
Octal 224 223 146 0 1 37 52 73 22 61
Binary 10010100 10010011 1100110 0 1 11111 101010 111011 10010 110001

Color Harmonies of #949366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949366

Black with #949366

Text Example


Text Example

White with #949366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949366; }

 p { color: rgb(148,147,102); }

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

background-color css

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

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

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

border-color css

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

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

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