#9BA53F

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

Shades of Highball #9BA53F

Tints of Highball #9BA53F

Color information

#9BA53F (or 0x9BA53F) is unknown color: approx Highball. HEX triplet: 9B, A5 and 3F. RGB value is (155,165,63). Sum of RGB (Red+Green+Blue) = 155+165+63=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA53F is #645AC0. Grayscale: #969696. Windows color (decimal): -6576833 or 4171163. OLE color: 4171163.

HSL color Cylindrical-coordinate representation of color #9BA53F: hue angle of 65.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BA53F is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB15516563-
CMYK0.0600.620.35
HSL65.88º44.74%44.71%-
HSV(B)65.88º61.82%64.71%-
XYZ27.8734.249.84-
YUV150.3878.69131.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 63 (25% from 255) = 16.45%
R=40.47%
G=43.08%
B=16.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155165630.0600.620.3565.8844.7444.71
Hex9BA53F603E23422d2d
Octal233245776076431025555
Binary100110111010010111111111001111101000111000010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,165,63); }

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

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

 a { background-color: rgb(155,165,63); }

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

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

 span { border-color: rgb(155,165,63); }

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