#8B9221

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

Shades of Citron #8B9221

Tints of Citron #8B9221

Color information

#8B9221 (or 0x8B9221) is unknown color: approx Citron. HEX triplet: 8B, 92 and 21. RGB value is (139,146,33). Sum of RGB (Red+Green+Blue) = 139+146+33=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9221 is #746DDE. Grayscale: #838383. Windows color (decimal): -7630303 or 2200203. OLE color: 2200203.

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

Color convert

RGB13914633-
CMYK0.0500.770.43
HSL63.72º63.13%35.1%-
HSV(B)63.72º77.4%57.25%-
XYZ21.226.165.37-
YUV131.0272.68133.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 33 (13.28% from 255) = 10.38%
R=43.71%
G=45.91%
B=10.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139146330.0500.770.4363.7263.1335.1
Hex8B9221504D2B403f23
Octal2132224150115531007743
Binary1000101110010010100001101010011011010111000000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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