#8B9310

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

Shades of Citron #8B9310

Tints of Citron #8B9310

Color information

#8B9310 (or 0x8B9310) is unknown color: approx Citron. HEX triplet: 8B, 93 and 10. RGB value is (139,147,16). Sum of RGB (Red+Green+Blue) = 139+147+16=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9310 is #746CEF. Grayscale: #828282. Windows color (decimal): -7630064 or 1086347. OLE color: 1086347.

HSL color Cylindrical-coordinate representation of color #8B9310: hue angle of 63.66º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B9310 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB13914716-
CMYK0.0500.890.42
HSL63.66º80.37%31.96%-
HSV(B)63.66º89.12%57.65%-
XYZ21.1726.394.47-
YUV129.6763.85134.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 16 (6.64% from 255) = 5.30%
R=46.03%
G=48.68%
B=5.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147160.0500.890.4263.6680.3731.96
Hex8B931050592A405020
Octal21322320501315210012040
Binary1000101110010011100001010101100110101010000001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,16); }

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

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

 a { background-color: rgb(139,147,16); }

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

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

 span { border-color: rgb(139,147,16); }

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