#949C62

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

Shades of Avocado #949C62

Tints of Avocado #949C62

Color information

#949C62 (or 0x949C62) is unknown color: approx Avocado. HEX triplet: 94, 9C and 62. RGB value is (148,156,98). Sum of RGB (Red+Green+Blue) = 148+156+98=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #949C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C62 is #6B639D. Grayscale: #939393. Windows color (decimal): -7037854 or 6462612. OLE color: 6462612.

HSL color Cylindrical-coordinate representation of color #949C62: hue angle of 68.28º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949C62 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB14815698-
CMYK0.0500.370.39
HSL68.28º22.83%49.8%-
HSV(B)68.28º37.18%61.18%-
XYZ26.3130.9516.14-
YUV147100.35128.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=36.82%
G=38.81%
B=24.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156980.0500.370.3968.2822.8349.8
Hex949C62502527441732
Octal2242341425045471042762
Binary100101001001110011000101010100101100111100010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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