#9B8E3D

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

Shades of Highball #9B8E3D

Tints of Highball #9B8E3D

Color information

#9B8E3D (or 0x9B8E3D) is unknown color: approx Highball. HEX triplet: 9B, 8E and 3D. RGB value is (155,142,61). Sum of RGB (Red+Green+Blue) = 155+142+61=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8E3D is #6471C2. Grayscale: #888888. Windows color (decimal): -6582723 or 4034203. OLE color: 4034203.

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

Color convert

RGB15514261-
CMYK00.080.610.39
HSL51.7º43.52%42.35%-
HSV(B)51.7º60.65%60.78%-
XYZ24.0326.658.29-
YUV136.6585.31141.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 61 (24.22% from 255) = 17.04%
R=43.30%
G=39.66%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551426100.080.610.3951.743.5242.35
Hex9B8E3D083D27342c2a
Octal233216750107547645452
Binary100110111000111011110101000111101100111110100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,61); }

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

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

 a { background-color: rgb(155,142,61); }

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

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

 span { border-color: rgb(155,142,61); }

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