Html Css Color HEX #949863 Avocado

📋 copy color: '#949863'

red 148 ◦ green 152 ◦ blue 99

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

Shades of Avocado #949863

Tints of Avocado #949863

RGB

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

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

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

R = 37.09%
G = 38.1%
B = 24.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#949863 (or 0x949863) is known color: Avocado. HEX triplet: 94, 98 and 63. RGB value is (148,152,99). Sum of RGB (Red+Green+Blue) = 148+152+99=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #949863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949863 is #6B679C. Grayscale: #909090. Windows color (decimal): -7038877 or 6527124. OLE color: 6527124.

HSL color Cylindrical-coordinate representation of color #949863: hue angle of 64.53º 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 #949863 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 99 -
CMYK 0.03 0 0.35 0.40
HSL 64.53º 0.21% 0.49% -
HSV(B) 64.53º 0.35% 0.6% -
XYZ 25.69 29.65 16.17 -
YUV 144.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 148 152 99 0.03 0 0.35 0.40 64.53 0.21 0.49
Hex 94 98 63 3 0 23 28 41 15 31
Octal 224 230 143 3 0 43 50 101 25 61
Binary 10010100 10011000 1100011 11 0 100011 101000 1000001 10101 110001

Color Harmonies of #949863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949863

Black with #949863

Text Example


Text Example

White with #949863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949863; }

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

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

background-color css

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

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

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

border-color css

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

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

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