#859124

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

Shades of Citron #859124

Tints of Citron #859124

Color information

#859124 (or 0x859124) is unknown color: approx Citron. HEX triplet: 85, 91 and 24. RGB value is (133,145,36). Sum of RGB (Red+Green+Blue) = 133+145+36=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #859124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859124 is #7A6EDB. Grayscale: #818181. Windows color (decimal): -8023772 or 2396549. OLE color: 2396549.

HSL color Cylindrical-coordinate representation of color #859124: hue angle of 66.61º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #859124 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB13314536-
CMYK0.0800.750.43
HSL66.61º60.22%35.49%-
HSV(B)66.61º75.17%56.86%-
XYZ20.1225.365.5-
YUV128.9975.52130.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 36 (14.45% from 255) = 11.46%
R=42.36%
G=46.18%
B=11.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145360.0800.750.4366.6160.2235.49
Hex859124804B2B433c23
Octal20522144100113531037443
Binary10000101100100011001001000010010111010111000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859124; }

 p { color: rgb(133,145,36); }

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

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

 a { background-color: rgb(133,145,36); }

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

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

 span { border-color: rgb(133,145,36); }

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