#8B940B

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

Shades of Citron #8B940B

Tints of Citron #8B940B

Color information

#8B940B (or 0x8B940B) is unknown color: approx Citron. HEX triplet: 8B, 94 and 0B. RGB value is (139,148,11). Sum of RGB (Red+Green+Blue) = 139+148+11=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #8B940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B940B is #746BF4. Grayscale: #828282. Windows color (decimal): -7629813 or 758923. OLE color: 758923.

HSL color Cylindrical-coordinate representation of color #8B940B: hue angle of 63.94º degrees, saturation: 0.86, 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 #8B940B is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB13914811-
CMYK0.0600.930.42
HSL63.94º86.16%31.18%-
HSV(B)63.94º92.57%58.04%-
XYZ21.326.694.35-
YUV129.6961.02134.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=46.64%
G=49.66%
B=3.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148110.0600.930.4263.9486.1631.18
Hex8B94B605D2A40561f
Octal21322413601355210012637
Binary10001011100101001011110010111011010101000000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B940B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,11); }

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

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

 a { background-color: rgb(139,148,11); }

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

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

 span { border-color: rgb(139,148,11); }

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