#8B930A

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

Shades of Citron #8B930A

Tints of Citron #8B930A

Color information

#8B930A (or 0x8B930A) is unknown color: approx Citron. HEX triplet: 8B, 93 and 0A. RGB value is (139,147,10). Sum of RGB (Red+Green+Blue) = 139+147+10=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #8B930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B930A is #746CF5. Grayscale: #818181. Windows color (decimal): -7630070 or 693131. OLE color: 693131.

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

Color convert

RGB13914710-
CMYK0.0500.930.42
HSL63.5º87.26%30.78%-
HSV(B)63.5º93.2%57.65%-
XYZ21.1426.384.26-
YUV128.9960.85135.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 10 (4.30% from 255) = 3.38%
R=46.96%
G=49.66%
B=3.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147100.0500.930.4263.587.2630.78
Hex8B93A505D2A40571f
Octal21322312501355210012737
Binary10001011100100111010101010111011010101000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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