#9b9a30

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

Shades of Highball #9B9A30

Tints of Highball #9B9A30

Color information

#9B9A30 (or 0x9B9A30) is unknown color: approx Highball. HEX triplet: 9B, 9A and 30. RGB value is (155,154,48). Sum of RGB (Red+Green+Blue) = 155+154+48=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9A30 is #6465CF. Grayscale: #8E8E8E. Windows color (decimal): -6579664 or 3185307. OLE color: 3185307.

HSL color Cylindrical-coordinate representation of color #9B9A30: hue angle of 59.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B9A30 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15515448-
CMYK00.010.690.39
HSL59.44º52.71%39.8%-
HSV(B)59.44º69.03%60.78%-
XYZ25.6130.297.29-
YUV142.2274.83137.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=43.42%
G=43.14%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551544800.010.690.3959.4452.7139.8
Hex9B9A300145273b3528
Octal233232600110547736550
Binary1001101110011010110000011000101100111111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b9a30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,48); }

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

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

 a { background-color: rgb(155,154,48); }

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

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

 span { border-color: rgb(155,154,48); }

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