#869112

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

Shades of Citron #869112

Tints of Citron #869112

Color information

#869112 (or 0x869112) is unknown color: approx Citron. HEX triplet: 86, 91 and 12. RGB value is (134,145,18). Sum of RGB (Red+Green+Blue) = 134+145+18=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #869112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869112 is #796EED. Grayscale: #7F7F7F. Windows color (decimal): -7958254 or 1216902. OLE color: 1216902.

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

Color convert

RGB13414518-
CMYK0.0800.880.43
HSL65.2º77.91%31.96%-
HSV(B)65.2º87.59%56.86%-
XYZ20.0725.364.41-
YUV127.2366.36132.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=45.12%
G=48.82%
B=6.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145180.0800.880.4365.277.9131.96
Hex86911280582B414e20
Octal206221221001305310111640
Binary10000110100100011001010000101100010101110000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869112; }

 p { color: rgb(134,145,18); }

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

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

 a { background-color: rgb(134,145,18); }

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

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

 span { border-color: rgb(134,145,18); }

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