#8B8201

Color #8B8201 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8B8201

Tints of Olive #8B8201

Color information

#8B8201 (or 0x8B8201) is unknown color: approx Olive. HEX triplet: 8B, 82 and 01. RGB value is (139,130,1). Sum of RGB (Red+Green+Blue) = 139+130+1=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8201 is #747DFE. Grayscale: #767676. Windows color (decimal): -7634431 or 98955. OLE color: 98955.

HSL color Cylindrical-coordinate representation of color #8B8201: hue angle of 56.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B8201 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB1391301-
CMYK00.060.990.45
HSL56.09º98.57%27.45%-
HSV(B)56.09º99.28%54.51%-
XYZ18.6421.463.19-
YUV117.9961.98142.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=51.48%
G=48.15%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139130100.060.990.4556.0998.5727.45
Hex8B82106632D38631b
Octal213202106143557014333
Binary1000101110000010101101100011101101111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8201; }

 p { color: rgb(139,130,1); }

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

<style>
 a { background-color: #8B8201; }

 a { background-color: rgb(139,130,1); }

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

<style>
 span { border-color: #8B8201; }

 span { border-color: rgb(139,130,1); }

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