#9B9D64

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

Shades of Avocado #9B9D64

Tints of Avocado #9B9D64

Color information

#9B9D64 (or 0x9B9D64) is unknown color: approx Avocado. HEX triplet: 9B, 9D and 64. RGB value is (155,157,100). Sum of RGB (Red+Green+Blue) = 155+157+100=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #9B9D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9D64 is #64629B. Grayscale: #969696. Windows color (decimal): -6578844 or 6593947. OLE color: 6593947.

HSL color Cylindrical-coordinate representation of color #9B9D64: hue angle of 62.11º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B9D64 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB155157100-
CMYK0.0100.360.38
HSL62.11º22.53%50.39%-
HSV(B)62.11º36.31%61.57%-
XYZ27.873216.76-
YUV149.999.84131.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=37.62%
G=38.11%
B=24.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551571000.0100.360.3862.1122.5350.39
Hex9B9D641024263e1732
Octal233235144104446762762
Binary100110111001110111001001010010010011011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9D64; }

 p { color: rgb(155,157,100); }

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

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

 a { background-color: rgb(155,157,100); }

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

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

 span { border-color: rgb(155,157,100); }

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