#8B9328

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

Shades of Citron #8B9328

Tints of Citron #8B9328

Color information

#8B9328 (or 0x8B9328) is unknown color: approx Citron. HEX triplet: 8B, 93 and 28. RGB value is (139,147,40). Sum of RGB (Red+Green+Blue) = 139+147+40=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9328 is #746CD7. Grayscale: #848484. Windows color (decimal): -7630040 or 2659211. OLE color: 2659211.

HSL color Cylindrical-coordinate representation of color #8B9328: hue angle of 64.49º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B9328 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB13914740-
CMYK0.0500.730.42
HSL64.49º57.22%36.67%-
HSV(B)64.49º72.79%57.65%-
XYZ21.4626.515.99-
YUV132.4175.85132.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=42.64%
G=45.09%
B=12.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147400.0500.730.4264.4957.2236.67
Hex8B932850492A403925
Octal2132235050111521007145
Binary1000101110010011101000101010010011010101000000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,40); }

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

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

 a { background-color: rgb(139,147,40); }

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

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

 span { border-color: rgb(139,147,40); }

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