#859026

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

Shades of Citron #859026

Tints of Citron #859026

Color information

#859026 (or 0x859026) is unknown color: approx Citron. HEX triplet: 85, 90 and 26. RGB value is (133,144,38). Sum of RGB (Red+Green+Blue) = 133+144+38=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #859026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859026 is #7A6FD9. Grayscale: #818181. Windows color (decimal): -8024026 or 2527365. OLE color: 2527365.

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

Color convert

RGB13314438-
CMYK0.0800.740.44
HSL66.23º58.24%35.69%-
HSV(B)66.23º73.61%56.47%-
XYZ2025.075.62-
YUV128.6376.86131.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=42.22%
G=45.71%
B=12.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144380.0800.740.4466.2358.2435.69
Hex859026804A2C423a24
Octal20522046100112541027244
Binary10000101100100001001101000010010101011001000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859026; }

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

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

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

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

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

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

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

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