#8B9F14

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

Shades of Citron #8B9F14

Tints of Citron #8B9F14

Color information

#8B9F14 (or 0x8B9F14) is unknown color: approx Citron. HEX triplet: 8B, 9F and 14. RGB value is (139,159,20). Sum of RGB (Red+Green+Blue) = 139+159+20=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9F14 is #7460EB. Grayscale: #898989. Windows color (decimal): -7626988 or 1351563. OLE color: 1351563.

HSL color Cylindrical-coordinate representation of color #8B9F14: hue angle of 68.63º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B9F14 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB13915920-
CMYK0.1300.870.38
HSL68.63º77.65%35.1%-
HSV(B)68.63º87.42%62.35%-
XYZ23.1730.345.3-
YUV137.1761.87129.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 159 (62.5% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 6.29%
R=43.71%
G=50%
B=6.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139159200.1300.870.3868.6377.6535.1
Hex8B9F14D05726454e23
Octal213237241501274610511643
Binary10001011100111111010011010101011110011010001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,159,20); }

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

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

 a { background-color: rgb(139,159,20); }

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

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

 span { border-color: rgb(139,159,20); }

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