#9B8D3B

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

Shades of Highball #9B8D3B

Tints of Highball #9B8D3B

Color information

#9B8D3B (or 0x9B8D3B) is unknown color: approx Highball. HEX triplet: 9B, 8D and 3B. RGB value is (155,141,59). Sum of RGB (Red+Green+Blue) = 155+141+59=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8D3B is #6472C4. Grayscale: #888888. Windows color (decimal): -6582981 or 3902875. OLE color: 3902875.

HSL color Cylindrical-coordinate representation of color #9B8D3B: hue angle of 51.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B8D3B is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB15514159-
CMYK00.090.620.39
HSL51.25º44.86%41.96%-
HSV(B)51.25º61.94%60.78%-
XYZ23.8326.337.96-
YUV135.8484.64141.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=43.66%
G=39.72%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551415900.090.620.3951.2544.8641.96
Hex9B8D3B093E27332d2a
Octal233215730117647635552
Binary100110111000110111101101001111110100111110011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,59); }

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

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

 a { background-color: rgb(155,141,59); }

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

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

 span { border-color: rgb(155,141,59); }

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