Html Css Color HEX #949553 Avocado

📋 copy color: '#949553'

red 148 ◦ green 149 ◦ blue 83

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

Shades of Avocado #949553

Tints of Avocado #949553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 38.95%
G = 39.21%
B = 21.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#949553 (or 0x949553) is known color: Avocado. HEX triplet: 94, 95 and 53. RGB value is (148,149,83). Sum of RGB (Red+Green+Blue) = 148+149+83=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #949553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949553 is #6B6AAC. Grayscale: #8D8D8D. Windows color (decimal): -7039661 or 5477780. OLE color: 5477780.

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

Color convert

RGB 148 149 83 -
CMYK 0.01 0 0.44 0.42
HSL 60.91º 0.28% 0.45% -
HSV(B) 60.91º 0.44% 0.58% -
XYZ 24.52 28.42 12.38 -
YUV 141.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 148 149 83 0.01 0 0.44 0.42 60.91 0.28 0.45
Hex 94 95 53 1 0 2C 2A 3D 1C 2D
Octal 224 225 123 1 0 54 52 75 34 55
Binary 10010100 10010101 1010011 1 0 101100 101010 111101 11100 101101

Color Harmonies of #949553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949553

Black with #949553

Text Example


Text Example

White with #949553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949553; }

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

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

background-color css

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

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

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

border-color css

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

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

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