Html Css Color HEX #919863 Avocado

📋 copy color: '#919863'

red 145 ◦ green 152 ◦ blue 99

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

Shades of Avocado #919863

Tints of Avocado #919863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.38%

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

R = 36.62%
G = 38.38%
B = 25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#919863 (or 0x919863) is known color: Avocado. HEX triplet: 91, 98 and 63. RGB value is (145,152,99). Sum of RGB (Red+Green+Blue) = 145+152+99=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #919863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919863 is #6E679C. Grayscale: #909090. Windows color (decimal): -7235485 or 6527121. OLE color: 6527121.

HSL color Cylindrical-coordinate representation of color #919863: hue angle of 67.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919863 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 99 -
CMYK 0.05 0 0.35 0.40
HSL 67.92º 0.21% 0.49% -
HSV(B) 67.92º 0.35% 0.6% -
XYZ 25.16 29.38 16.15 -
YUV 143.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 145 152 99 0.05 0 0.35 0.40 67.92 0.21 0.49
Hex 91 98 63 5 0 23 28 44 15 31
Octal 221 230 143 5 0 43 50 104 25 61
Binary 10010001 10011000 1100011 101 0 100011 101000 1000100 10101 110001

Color Harmonies of #919863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919863

Black with #919863

Text Example


Text Example

White with #919863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919863; }

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

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

background-color css

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

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

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

border-color css

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

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

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