#8B8D21

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

Shades of Citron #8B8D21

Tints of Citron #8B8D21

Color information

#8B8D21 (or 0x8B8D21) is unknown color: approx Citron. HEX triplet: 8B, 8D and 21. RGB value is (139,141,33). Sum of RGB (Red+Green+Blue) = 139+141+33=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8D21 is #7472DE. Grayscale: #808080. Windows color (decimal): -7631583 or 2198923. OLE color: 2198923.

HSL color Cylindrical-coordinate representation of color #8B8D21: hue angle of 61.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B8D21 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB13914133-
CMYK0.0100.770.45
HSL61.11º62.07%34.12%-
HSV(B)61.11º76.6%55.29%-
XYZ20.4524.655.12-
YUV128.0974.34135.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=44.41%
G=45.05%
B=10.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139141330.0100.770.4561.1162.0734.12
Hex8B8D21104D2D3d3e22
Octal213215411011555757642
Binary1000101110001101100001101001101101101111101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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