#8B9016

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

Shades of Citron #8B9016

Tints of Citron #8B9016

Color information

#8B9016 (or 0x8B9016) is unknown color: approx Citron. HEX triplet: 8B, 90 and 16. RGB value is (139,144,22). Sum of RGB (Red+Green+Blue) = 139+144+22=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9016 is #746FE9. Grayscale: #818181. Windows color (decimal): -7630826 or 1478795. OLE color: 1478795.

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

Color convert

RGB13914422-
CMYK0.0300.850.44
HSL62.46º73.49%32.55%-
HSV(B)62.46º84.72%56.47%-
XYZ20.7725.494.59-
YUV128.667.84135.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 22 (8.98% from 255) = 7.21%
R=45.57%
G=47.21%
B=7.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144220.0300.850.4462.4673.4932.55
Hex8B901630552C3e4921
Octal2132202630125547611141
Binary10001011100100001011011010101011011001111101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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