#8B901B

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

Shades of Citron #8B901B

Tints of Citron #8B901B

Color information

#8B901B (or 0x8B901B) is unknown color: approx Citron. HEX triplet: 8B, 90 and 1B. RGB value is (139,144,27). Sum of RGB (Red+Green+Blue) = 139+144+27=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #8B901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B901B is #746FE4. Grayscale: #818181. Windows color (decimal): -7630821 or 1806475. OLE color: 1806475.

HSL color Cylindrical-coordinate representation of color #8B901B: hue angle of 62.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B901B is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB13914427-
CMYK0.0300.810.44
HSL62.56º68.42%33.53%-
HSV(B)62.56º81.25%56.47%-
XYZ20.8225.514.86-
YUV129.1770.34135.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 27 (10.94% from 255) = 8.71%
R=44.84%
G=46.45%
B=8.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144270.0300.810.4462.5668.4233.53
Hex8B901B30512C3f4422
Octal2132203330121547710442
Binary10001011100100001101111010100011011001111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B901B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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