#8B9621

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

Shades of Citron #8B9621

Tints of Citron #8B9621

Color information

#8B9621 (or 0x8B9621) is unknown color: approx Citron. HEX triplet: 8B, 96 and 21. RGB value is (139,150,33). Sum of RGB (Red+Green+Blue) = 139+150+33=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9621 is #7469DE. Grayscale: #858585. Windows color (decimal): -7629279 or 2201227. OLE color: 2201227.

HSL color Cylindrical-coordinate representation of color #8B9621: hue angle of 65.64º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B9621 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB13915033-
CMYK0.0700.780.41
HSL65.64º63.93%35.88%-
HSV(B)65.64º78%58.82%-
XYZ21.8327.415.58-
YUV133.3771.36132.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=43.17%
G=46.58%
B=10.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139150330.0700.780.4165.6463.9335.88
Hex8B9621704E29424024
Octal21322641701165110210044
Binary10001011100101101000011110100111010100110000101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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