#9BA06F

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

Shades of Avocado #9BA06F

Tints of Avocado #9BA06F

Color information

#9BA06F (or 0x9BA06F) is unknown color: approx Avocado. HEX triplet: 9B, A0 and 6F. RGB value is (155,160,111). Sum of RGB (Red+Green+Blue) = 155+160+111=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA06F is #645F90. Grayscale: #999999. Windows color (decimal): -6578065 or 7315611. OLE color: 7315611.

HSL color Cylindrical-coordinate representation of color #9BA06F: hue angle of 66.12º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BA06F is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB155160111-
CMYK0.0300.310.37
HSL66.12º20.5%53.14%-
HSV(B)66.12º30.63%62.75%-
XYZ28.9633.2619.93-
YUV152.92104.34129.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=36.38%
G=37.56%
B=26.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601110.0300.310.3766.1220.553.14
Hex9BA06F301F25421535
Octal2332401573037451022565
Binary1001101110100000110111111011111100101100001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,160,111); }

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

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

 a { background-color: rgb(155,160,111); }

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

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

 span { border-color: rgb(155,160,111); }

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