#87970E

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

Shades of Citron #87970E

Tints of Citron #87970E

Color information

#87970E (or 0x87970E) is unknown color: approx Citron. HEX triplet: 87, 97 and 0E. RGB value is (135,151,14). Sum of RGB (Red+Green+Blue) = 135+151+14=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #87970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87970E is #7868F1. Grayscale: #838383. Windows color (decimal): -7891186 or 956295. OLE color: 956295.

HSL color Cylindrical-coordinate representation of color #87970E: hue angle of 67.01º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87970E is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB13515114-
CMYK0.1100.910.41
HSL67.01º83.03%32.35%-
HSV(B)67.01º90.73%59.22%-
XYZ21.1427.324.57-
YUV130.662.2131.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 151 (59.38% from 255) = 50.33%
BLUE value IS 14 (5.86% from 255) = 4.67%
R=45%
G=50.33%
B=4.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135151140.1100.910.4167.0183.0332.35
Hex8797EB05B29435320
Octal207227161301335110312340
Binary1000011110010111111010110101101110100110000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87970E; }

 p { color: rgb(135,151,14); }

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

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

 a { background-color: rgb(135,151,14); }

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

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

 span { border-color: rgb(135,151,14); }

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