Html Css Color HEX #949358 Avocado

📋 copy color: '#949358'

red 148 ◦ green 147 ◦ blue 88

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

Shades of Avocado #949358

Tints of Avocado #949358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 38.64%
G = 38.38%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#949358 (or 0x949358) is known color: Avocado. HEX triplet: 94, 93 and 58. RGB value is (148,147,88). Sum of RGB (Red+Green+Blue) = 148+147+88=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #949358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949358 is #6B6CA7. Grayscale: #8C8C8C. Windows color (decimal): -7040168 or 5804948. OLE color: 5804948.

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

Color convert

RGB 148 147 88 -
CMYK 0 0.01 0.41 0.42
HSL 59º 0.25% 0.46% -
HSV(B) 59º 0.41% 0.58% -
XYZ 24.41 27.87 13.33 -
YUV 140.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 148 147 88 0 0.01 0.41 0.42 59 0.25 0.46
Hex 94 93 58 0 1 29 2A 3B 19 2E
Octal 224 223 130 0 1 51 52 73 31 56
Binary 10010100 10010011 1011000 0 1 101001 101010 111011 11001 101110

Color Harmonies of #949358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949358

Black with #949358

Text Example


Text Example

White with #949358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949358; }

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

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

background-color css

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

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

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

border-color css

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

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

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