#949962

Color #949962 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #949962

Tints of Avocado #949962

Color information

#949962 (or 0x949962) is unknown color: approx Avocado. HEX triplet: 94, 99 and 62. RGB value is (148,153,98). Sum of RGB (Red+Green+Blue) = 148+153+98=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #949962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949962 is #6B669D. Grayscale: #919191. Windows color (decimal): -7038622 or 6461844. OLE color: 6461844.

HSL color Cylindrical-coordinate representation of color #949962: hue angle of 65.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949962 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB14815398-
CMYK0.0300.360.4
HSL65.45º21.91%49.22%-
HSV(B)65.45º35.95%60%-
XYZ25.8129.9615.98-
YUV145.23101.34129.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=37.09%
G=38.35%
B=24.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153980.0300.360.465.4521.9149.22
Hex949962302428411631
Octal2242311423044501012661
Binary10010100100110011100010110100100101000100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949962; }

 p { color: rgb(148,153,98); }

 H1.HeaderClassName
 {
   color: #949962;
 }
 .AnyTagClassName
 {
   color: #949962;
 }
</style>
background-color css

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

 a { background-color: rgb(148,153,98); }

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

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

 span { border-color: rgb(148,153,98); }

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