Html Css Color HEX #949362 Avocado

📋 copy color: '#949362'

red 148 ◦ green 147 ◦ blue 98

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

Shades of Avocado #949362

Tints of Avocado #949362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 37.66%
G = 37.4%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#949362 (or 0x949362) is known color: Avocado. HEX triplet: 94, 93 and 62. RGB value is (148,147,98). Sum of RGB (Red+Green+Blue) = 148+147+98=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #949362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949362 is #6B6C9D. Grayscale: #8D8D8D. Windows color (decimal): -7040158 or 6460308. OLE color: 6460308.

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

Color convert

RGB 148 147 98 -
CMYK 0 0.01 0.34 0.42
HSL 58.8º 0.2% 0.48% -
HSV(B) 58.8º 0.34% 0.58% -
XYZ 24.85 28.05 15.66 -
YUV 141.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 148 147 98 0 0.01 0.34 0.42 58.8 0.2 0.48
Hex 94 93 62 0 1 22 2A 3B 14 30
Octal 224 223 142 0 1 42 52 73 24 60
Binary 10010100 10010011 1100010 0 1 100010 101010 111011 10100 110000

Color Harmonies of #949362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949362

Black with #949362

Text Example


Text Example

White with #949362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949362; }

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

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

background-color css

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

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

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

border-color css

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

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

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