#87970C

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

Shades of Citron #87970C

Tints of Citron #87970C

Color information

#87970C (or 0x87970C) is unknown color: approx Citron. HEX triplet: 87, 97 and 0C. RGB value is (135,151,12). Sum of RGB (Red+Green+Blue) = 135+151+12=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #87970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87970C is #7868F3. Grayscale: #828282. Windows color (decimal): -7891188 or 825223. OLE color: 825223.

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

Color convert

RGB13515112-
CMYK0.1100.920.41
HSL66.91º85.28%31.96%-
HSV(B)66.91º92.05%59.22%-
XYZ21.1227.314.51-
YUV130.3761.2131.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 151 (59.38% from 255) = 50.67%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=45.30%
G=50.67%
B=4.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135151120.1100.920.4166.9185.2831.96
Hex8797CB05C29435520
Octal207227141301345110312540
Binary1000011110010111110010110101110010100110000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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