#9ba041

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

Shades of Highball #9BA041

Tints of Highball #9BA041

Color information

#9BA041 (or 0x9BA041) is unknown color: approx Highball. HEX triplet: 9B, A0 and 41. RGB value is (155,160,65). Sum of RGB (Red+Green+Blue) = 155+160+65=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA041 is #645FBE. Grayscale: #949494. Windows color (decimal): -6578111 or 4300955. OLE color: 4300955.

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

Color convert

RGB15516065-
CMYK0.0300.590.37
HSL63.16º42.22%44.12%-
HSV(B)63.16º59.38%62.75%-
XYZ27.0432.499.85-
YUV147.6781.34133.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 160 (62.89% from 255) = 42.11%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=40.79%
G=42.11%
B=17.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal155160650.0300.590.3763.1642.2244.12
Hex9BA041303B253f2a2c
Octal233240101307345775254
Binary10011011101000001000001110111011100101111111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ba041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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