Html Css Color HEX #949A63 Avocado

📋 copy color: '#949A63'

red 148 ◦ green 154 ◦ blue 99

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

Shades of Avocado #949A63

Tints of Avocado #949A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

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

R = 36.91%
G = 38.4%
B = 24.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#949A63 (or 0x949A63) is known color: Avocado. HEX triplet: 94, 9A and 63. RGB value is (148,154,99). Sum of RGB (Red+Green+Blue) = 148+154+99=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 154 - color contains mainly: green. Hex color #949A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A63 is #6B659C. Grayscale: #929292. Windows color (decimal): -7038365 or 6527636. OLE color: 6527636.

HSL color Cylindrical-coordinate representation of color #949A63: hue angle of 66.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949A63 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 99 -
CMYK 0.04 0 0.36 0.40
HSL 66.55º 0.22% 0.5% -
HSV(B) 66.55º 0.36% 0.6% -
XYZ 26.02 30.31 16.28 -
YUV 145.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 148 154 99 0.04 0 0.36 0.40 66.55 0.22 0.5
Hex 94 9A 63 4 0 24 28 43 16 32
Octal 224 232 143 4 0 44 50 103 26 62
Binary 10010100 10011010 1100011 100 0 100100 101000 1000011 10110 110010

Color Harmonies of #949A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A63

Black with #949A63

Text Example


Text Example

White with #949A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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