#86920F

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

Shades of Citron #86920F

Tints of Citron #86920F

Color information

#86920F (or 0x86920F) is unknown color: approx Citron. HEX triplet: 86, 92 and 0F. RGB value is (134,146,15). Sum of RGB (Red+Green+Blue) = 134+146+15=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #86920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86920F is #796DF0. Grayscale: #7F7F7F. Windows color (decimal): -7958001 or 1020550. OLE color: 1020550.

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

Color convert

RGB13414615-
CMYK0.0800.900.43
HSL65.5º81.37%31.57%-
HSV(B)65.5º89.73%57.25%-
XYZ20.225.664.34-
YUV127.4864.52132.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=45.42%
G=49.49%
B=5.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146150.0800.900.4365.581.3731.57
Hex8692F805A2B415120
Octal206222171001325310112140
Binary1000011010010010111110000101101010101110000011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86920F; }

 p { color: rgb(134,146,15); }

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

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

 a { background-color: rgb(134,146,15); }

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

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

 span { border-color: rgb(134,146,15); }

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