#9BA346

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

Shades of Highball #9BA346

Tints of Highball #9BA346

Color information

#9BA346 (or 0x9BA346) is unknown color: approx Highball. HEX triplet: 9B, A3 and 46. RGB value is (155,163,70). Sum of RGB (Red+Green+Blue) = 155+163+70=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA346 is #645CB9. Grayscale: #969696. Windows color (decimal): -6577338 or 4629403. OLE color: 4629403.

HSL color Cylindrical-coordinate representation of color #9BA346: hue angle of 65.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BA346 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB15516370-
CMYK0.0500.570.36
HSL65.16º39.91%45.69%-
HSV(B)65.16º57.06%63.92%-
XYZ27.7233.6110.82-
YUV150.0182.85131.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 70 (27.73% from 255) = 18.04%
R=39.95%
G=42.01%
B=18.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155163700.0500.570.3665.1639.9145.69
Hex9BA34650392441282e
Octal2332431065071441015056
Binary1001101110100011100011010101110011001001000001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,70); }

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

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

 a { background-color: rgb(155,163,70); }

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

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

 span { border-color: rgb(155,163,70); }

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