#859425

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

Shades of Citron #859425

Tints of Citron #859425

Color information

#859425 (or 0x859425) is unknown color: approx Citron. HEX triplet: 85, 94 and 25. RGB value is (133,148,37). Sum of RGB (Red+Green+Blue) = 133+148+37=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #859425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859425 is #7A6BDA. Grayscale: #838383. Windows color (decimal): -8023003 or 2462853. OLE color: 2462853.

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

Color convert

RGB13314837-
CMYK0.1000.750.42
HSL68.11º60%36.27%-
HSV(B)68.11º75%58.04%-
XYZ20.626.35.74-
YUV130.8675.03129.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=41.82%
G=46.54%
B=11.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148370.1000.750.4268.116036.27
Hex859425A04B2A443c24
Octal20522445120113521047444
Binary10000101100101001001011010010010111010101000100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859425; }

 p { color: rgb(133,148,37); }

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

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

 a { background-color: rgb(133,148,37); }

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

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

 span { border-color: rgb(133,148,37); }

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