Html Css Color HEX #949469 Avocado

📋 copy color: '#949469'

red 148 ◦ green 148 ◦ blue 105

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

Shades of Avocado #949469

Tints of Avocado #949469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 36.91%
G = 36.91%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#949469 (or 0x949469) is known color: Avocado. HEX triplet: 94, 94 and 69. RGB value is (148,148,105). Sum of RGB (Red+Green+Blue) = 148+148+105=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949469 is #6B6B96. Grayscale: #8F8F8F. Windows color (decimal): -7039895 or 6919316. OLE color: 6919316.

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

Color convert

RGB 148 148 105 -
CMYK 0 0 0.29 0.42
HSL 60º 0.17% 0.5% -
HSV(B) 60º 0.29% 0.58% -
XYZ 25.35 28.5 17.53 -
YUV 143.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 148 148 105 0 0 0.29 0.42 60 0.17 0.5
Hex 94 94 69 0 0 1D 2A 3C 11 32
Octal 224 224 151 0 0 35 52 74 21 62
Binary 10010100 10010100 1101001 0 0 11101 101010 111100 10001 110010

Color Harmonies of #949469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949469

Black with #949469

Text Example


Text Example

White with #949469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949469; }

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

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

background-color css

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

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

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

border-color css

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

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

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