#8B9314

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

Shades of Citron #8B9314

Tints of Citron #8B9314

Color information

#8B9314 (or 0x8B9314) is unknown color: approx Citron. HEX triplet: 8B, 93 and 14. RGB value is (139,147,20). Sum of RGB (Red+Green+Blue) = 139+147+20=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9314 is #746CEB. Grayscale: #828282. Windows color (decimal): -7630060 or 1348491. OLE color: 1348491.

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

Color convert

RGB13914720-
CMYK0.0500.860.42
HSL63.78º76.05%32.75%-
HSV(B)63.78º86.39%57.65%-
XYZ21.2126.414.64-
YUV130.1365.85134.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 147 (57.81% from 255) = 48.04%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=45.42%
G=48.04%
B=6.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147200.0500.860.4263.7876.0532.75
Hex8B931450562A404c21
Octal21322324501265210011441
Binary1000101110010011101001010101011010101010000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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