#8B9214

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

Shades of Citron #8B9214

Tints of Citron #8B9214

Color information

#8B9214 (or 0x8B9214) is unknown color: approx Citron. HEX triplet: 8B, 92 and 14. RGB value is (139,146,20). Sum of RGB (Red+Green+Blue) = 139+146+20=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9214 is #746DEB. Grayscale: #828282. Windows color (decimal): -7630316 or 1348235. OLE color: 1348235.

HSL color Cylindrical-coordinate representation of color #8B9214: hue angle of 63.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B9214 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB13914620-
CMYK0.0500.860.43
HSL63.33º75.9%32.55%-
HSV(B)63.33º86.3%57.25%-
XYZ21.0526.14.59-
YUV129.5466.18134.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=45.57%
G=47.87%
B=6.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139146200.0500.860.4363.3375.932.55
Hex8B921450562B3f4c21
Octal2132222450126537711441
Binary100010111001001010100101010101101010111111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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