#86A30B

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

Shades of Citron #86A30B

Tints of Citron #86A30B

Color information

#86A30B (or 0x86A30B) is unknown color: approx Citron. HEX triplet: 86, A3 and 0B. RGB value is (134,163,11). Sum of RGB (Red+Green+Blue) = 134+163+11=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #86A30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A30B is #795CF4. Grayscale: #898989. Windows color (decimal): -7953653 or 762758. OLE color: 762758.

HSL color Cylindrical-coordinate representation of color #86A30B: hue angle of 71.45º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86A30B is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB13416311-
CMYK0.1800.930.36
HSL71.45º87.36%34.12%-
HSV(B)71.45º93.25%63.92%-
XYZ22.9931.295.14-
YUV13756.89125.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 11 (4.69% from 255) = 3.57%
R=43.51%
G=52.92%
B=3.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134163110.1800.930.3671.4587.3634.12
Hex86A3B1205D24475722
Octal206243132201354410712742
Binary10000110101000111011100100101110110010010001111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A30B; }

 p { color: rgb(134,163,11); }

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

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

 a { background-color: rgb(134,163,11); }

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

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

 span { border-color: rgb(134,163,11); }

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