#9B8F4C

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

Shades of Highball #9B8F4C

Tints of Highball #9B8F4C

Color information

#9B8F4C (or 0x9B8F4C) is unknown color: approx Highball. HEX triplet: 9B, 8F and 4C. RGB value is (155,143,76). Sum of RGB (Red+Green+Blue) = 155+143+76=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8F4C is #6470B3. Grayscale: #8B8B8B. Windows color (decimal): -6582452 or 5017499. OLE color: 5017499.

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

Color convert

RGB15514376-
CMYK00.080.510.39
HSL50.89º34.2%45.29%-
HSV(B)50.89º50.97%60.78%-
XYZ24.6427.1410.78-
YUV138.9592.48139.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=41.44%
G=38.24%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551437600.080.510.3950.8934.245.29
Hex9B8F4C08332733222d
Octal2332171140106347634255
Binary1001101110001111100110001000110011100111110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,76); }

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

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

 a { background-color: rgb(155,143,76); }

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

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

 span { border-color: rgb(155,143,76); }

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