#8B920C

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

Shades of Citron #8B920C

Tints of Citron #8B920C

Color information

#8B920C (or 0x8B920C) is unknown color: approx Citron. HEX triplet: 8B, 92 and 0C. RGB value is (139,146,12). Sum of RGB (Red+Green+Blue) = 139+146+12=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #8B920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B920C is #746DF3. Grayscale: #818181. Windows color (decimal): -7630324 or 823947. OLE color: 823947.

HSL color Cylindrical-coordinate representation of color #8B920C: hue angle of 63.13º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B920C is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB13914612-
CMYK0.0500.920.43
HSL63.13º84.81%30.98%-
HSV(B)63.13º91.78%57.25%-
XYZ20.9926.074.27-
YUV128.6362.18135.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 12 (5.08% from 255) = 4.04%
R=46.80%
G=49.16%
B=4.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139146120.0500.920.4363.1384.8130.98
Hex8B92C505C2B3f551f
Octal2132221450134537712537
Binary1000101110010010110010101011100101011111111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,12); }

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

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

 a { background-color: rgb(139,146,12); }

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

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

 span { border-color: rgb(139,146,12); }

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