#859E12

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

Shades of Citron #859E12

Tints of Citron #859E12

Color information

#859E12 (or 0x859E12) is unknown color: approx Citron. HEX triplet: 85, 9E and 12. RGB value is (133,158,18). Sum of RGB (Red+Green+Blue) = 133+158+18=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #859E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859E12 is #7A61ED. Grayscale: #878787. Windows color (decimal): -8020462 or 1220229. OLE color: 1220229.

HSL color Cylindrical-coordinate representation of color #859E12: hue angle of 70.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #859E12 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB13315818-
CMYK0.1600.890.38
HSL70.71º79.55%34.51%-
HSV(B)70.71º88.61%61.96%-
XYZ22.0129.485.1-
YUV134.5662.22126.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=43.04%
G=51.13%
B=5.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133158180.1600.890.3870.7179.5534.51
Hex859E121005926475023
Octal205236222001314610712043
Binary100001011001111010010100000101100110011010001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859E12; }

 p { color: rgb(133,158,18); }

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

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

 a { background-color: rgb(133,158,18); }

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

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

 span { border-color: rgb(133,158,18); }

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