#859415

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

Shades of Citron #859415

Tints of Citron #859415

Color information

#859415 (or 0x859415) is unknown color: approx Citron. HEX triplet: 85, 94 and 15. RGB value is (133,148,21). Sum of RGB (Red+Green+Blue) = 133+148+21=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #859415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859415 is #7A6BEA. Grayscale: #818181. Windows color (decimal): -8023019 or 1414277. OLE color: 1414277.

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

Color convert

RGB13314821-
CMYK0.1000.860.42
HSL67.09º75.15%33.14%-
HSV(B)67.09º85.81%58.04%-
XYZ20.426.224.7-
YUV129.0467.03130.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=44.04%
G=49.01%
B=6.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148210.1000.860.4267.0975.1533.14
Hex859415A0562A434b21
Octal205224251201265210311341
Binary10000101100101001010110100101011010101010000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859415; }

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

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

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

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

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

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

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

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