Html Css Color HEX #919463 Avocado

📋 copy color: '#919463'

red 145 ◦ green 148 ◦ blue 99

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

Shades of Avocado #919463

Tints of Avocado #919463

RGB

 RED value IS 145 (57.03% from 255) = 36.99%

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

 BLUE value IS 99 (39.06% from 255) = 25.26%

R = 36.99%
G = 37.76%
B = 25.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#919463 (or 0x919463) is known color: Avocado. HEX triplet: 91, 94 and 63. RGB value is (145,148,99). Sum of RGB (Red+Green+Blue) = 145+148+99=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #919463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919463 is #6E6B9C. Grayscale: #8D8D8D. Windows color (decimal): -7236509 or 6526097. OLE color: 6526097.

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

Color convert

RGB 145 148 99 -
CMYK 0.02 0 0.33 0.42
HSL 63.67º 0.2% 0.48% -
HSV(B) 63.67º 0.33% 0.58% -
XYZ 24.52 28.1 15.94 -
YUV 141.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 145 148 99 0.02 0 0.33 0.42 63.67 0.2 0.48
Hex 91 94 63 2 0 21 2A 40 14 30
Octal 221 224 143 2 0 41 52 100 24 60
Binary 10010001 10010100 1100011 10 0 100001 101010 1000000 10100 110000

Color Harmonies of #919463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919463

Black with #919463

Text Example


Text Example

White with #919463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919463; }

 p { color: rgb(145,148,99); }

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

background-color css

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

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

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

border-color css

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

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

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