#859321

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

Shades of Citron #859321

Tints of Citron #859321

Color information

#859321 (or 0x859321) is unknown color: approx Citron. HEX triplet: 85, 93 and 21. RGB value is (133,147,33). Sum of RGB (Red+Green+Blue) = 133+147+33=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #859321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859321 is #7A6CDE. Grayscale: #828282. Windows color (decimal): -8023263 or 2200453. OLE color: 2200453.

HSL color Cylindrical-coordinate representation of color #859321: hue angle of 67.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #859321 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB13314733-
CMYK0.1000.780.42
HSL67.37º63.33%35.29%-
HSV(B)67.37º77.55%57.65%-
XYZ20.3825.965.38-
YUV129.8273.36130.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=42.49%
G=46.96%
B=10.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147330.1000.780.4267.3763.3335.29
Hex859321A04E2A433f23
Octal20522341120116521037743
Binary10000101100100111000011010010011101010101000011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859321; }

 p { color: rgb(133,147,33); }

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

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

 a { background-color: rgb(133,147,33); }

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

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

 span { border-color: rgb(133,147,33); }

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