#859021

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

Shades of Citron #859021

Tints of Citron #859021

Color information

#859021 (or 0x859021) is unknown color: approx Citron. HEX triplet: 85, 90 and 21. RGB value is (133,144,33). Sum of RGB (Red+Green+Blue) = 133+144+33=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #859021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859021 is #7A6FDE. Grayscale: #808080. Windows color (decimal): -8024031 or 2199685. OLE color: 2199685.

HSL color Cylindrical-coordinate representation of color #859021: hue angle of 65.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #859021 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB13314433-
CMYK0.0800.770.44
HSL65.95º62.71%34.71%-
HSV(B)65.95º77.08%56.47%-
XYZ19.9225.045.22-
YUV128.0674.36131.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=42.90%
G=46.45%
B=10.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144330.0800.770.4465.9562.7134.71
Hex859021804D2C423f23
Octal20522041100115541027743
Binary10000101100100001000011000010011011011001000010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859021; }

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

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

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

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

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

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

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

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