#8B941B

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

Shades of Citron #8B941B

Tints of Citron #8B941B

Color information

#8B941B (or 0x8B941B) is unknown color: approx Citron. HEX triplet: 8B, 94 and 1B. RGB value is (139,148,27). Sum of RGB (Red+Green+Blue) = 139+148+27=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #8B941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B941B is #746BE4. Grayscale: #838383. Windows color (decimal): -7629797 or 1807499. OLE color: 1807499.

HSL color Cylindrical-coordinate representation of color #8B941B: hue angle of 64.46º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B941B is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB13914827-
CMYK0.0600.820.42
HSL64.46º69.14%34.31%-
HSV(B)64.46º81.76%58.04%-
XYZ21.4426.755.07-
YUV131.5169.02133.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 27 (10.94% from 255) = 8.60%
R=44.27%
G=47.13%
B=8.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148270.0600.820.4264.4669.1434.31
Hex8B941B60522A404522
Octal21322433601225210010542
Binary1000101110010100110111100101001010101010000001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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