#9BA247

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

Shades of Highball #9BA247

Tints of Highball #9BA247

Color information

#9BA247 (or 0x9BA247) is unknown color: approx Highball. HEX triplet: 9B, A2 and 47. RGB value is (155,162,71). Sum of RGB (Red+Green+Blue) = 155+162+71=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA247 is #645DB8. Grayscale: #959595. Windows color (decimal): -6577593 or 4694683. OLE color: 4694683.

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

Color convert

RGB15516271-
CMYK0.0400.560.36
HSL64.62º39.06%45.69%-
HSV(B)64.62º56.17%63.53%-
XYZ27.5833.2610.93-
YUV149.5383.68131.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=39.95%
G=41.75%
B=18.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155162710.0400.560.3664.6239.0645.69
Hex9BA24740382441272e
Octal2332421074070441014756
Binary1001101110100010100011110001110001001001000001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,71); }

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

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

 a { background-color: rgb(155,162,71); }

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

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

 span { border-color: rgb(155,162,71); }

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