#9BA13C

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

Shades of Highball #9BA13C

Tints of Highball #9BA13C

Color information

#9BA13C (or 0x9BA13C) is unknown color: approx Highball. HEX triplet: 9B, A1 and 3C. RGB value is (155,161,60). Sum of RGB (Red+Green+Blue) = 155+161+60=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA13C is #645EC3. Grayscale: #949494. Windows color (decimal): -6577860 or 3973531. OLE color: 3973531.

HSL color Cylindrical-coordinate representation of color #9BA13C: hue angle of 63.56º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BA13C is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB15516160-
CMYK0.0400.630.37
HSL63.56º45.7%43.33%-
HSV(B)63.56º62.73%63.14%-
XYZ27.0832.789.18-
YUV147.6978.51133.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 60 (23.83% from 255) = 15.96%
R=41.22%
G=42.82%
B=15.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal155161600.0400.630.3763.5645.743.33
Hex9BA13C403F25402e2b
Octal233241744077451005653
Binary100110111010000111110010001111111001011000000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,60); }

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

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

 a { background-color: rgb(155,161,60); }

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

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

 span { border-color: rgb(155,161,60); }

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