#859125

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

Shades of Citron #859125

Tints of Citron #859125

Color information

#859125 (or 0x859125) is unknown color: approx Citron. HEX triplet: 85, 91 and 25. RGB value is (133,145,37). Sum of RGB (Red+Green+Blue) = 133+145+37=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #859125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859125 is #7A6EDA. Grayscale: #818181. Windows color (decimal): -8023771 or 2462085. OLE color: 2462085.

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

Color convert

RGB13314537-
CMYK0.0800.740.43
HSL66.67º59.34%35.69%-
HSV(B)66.67º74.48%56.86%-
XYZ20.1325.375.59-
YUV129.176.02130.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 37 (14.84% from 255) = 11.75%
R=42.22%
G=46.03%
B=11.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145370.0800.740.4366.6759.3435.69
Hex859125804A2B433b24
Octal20522145100112531037344
Binary10000101100100011001011000010010101010111000011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859125; }

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

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

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

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

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

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

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

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