#90965B

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

Shades of Avocado #90965B

Tints of Avocado #90965B

Color information

#90965B (or 0x90965B) is unknown color: approx Avocado. HEX triplet: 90, 96 and 5B. RGB value is (144,150,91). Sum of RGB (Red+Green+Blue) = 144+150+91=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #90965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90965B is #6F69A4. Grayscale: #8D8D8D. Windows color (decimal): -7301541 or 6002320. OLE color: 6002320.

HSL color Cylindrical-coordinate representation of color #90965B: hue angle of 66.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90965B is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB14415091-
CMYK0.0400.390.41
HSL66.1º24.48%47.25%-
HSV(B)66.1º39.33%58.82%-
XYZ24.328.514.12-
YUV141.4899.51129.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=37.40%
G=38.96%
B=23.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144150910.0400.390.4166.124.4847.25
Hex90965B40272942182f
Octal2202261334047511023057
Binary100100001001011010110111000100111101001100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90965B; }

 p { color: rgb(144,150,91); }

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

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

 a { background-color: rgb(144,150,91); }

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

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

 span { border-color: rgb(144,150,91); }

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