#87A00F

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

Shades of Citron #87A00F

Tints of Citron #87A00F

Color information

#87A00F (or 0x87A00F) is unknown color: approx Citron. HEX triplet: 87, A0 and 0F. RGB value is (135,160,15). Sum of RGB (Red+Green+Blue) = 135+160+15=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #87A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A00F is #785FF0. Grayscale: #888888. Windows color (decimal): -7888881 or 1024135. OLE color: 1024135.

HSL color Cylindrical-coordinate representation of color #87A00F: hue angle of 70.34º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87A00F is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB13516015-
CMYK0.1600.910.37
HSL70.34º82.86%34.31%-
HSV(B)70.34º90.62%62.75%-
XYZ22.6530.335.11-
YUV135.9959.72127.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 160 (62.89% from 255) = 51.61%
BLUE value IS 15 (6.25% from 255) = 4.84%
R=43.55%
G=51.61%
B=4.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135160150.1600.910.3770.3482.8634.31
Hex87A0F1005B25465322
Octal207240172001334510612342
Binary10000111101000001111100000101101110010110001101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A00F; }

 p { color: rgb(135,160,15); }

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

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

 a { background-color: rgb(135,160,15); }

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

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

 span { border-color: rgb(135,160,15); }

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