#86BC05

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

Shades of Citrus #86BC05

Tints of Citrus #86BC05

Color information

#86BC05 (or 0x86BC05) is unknown color: approx Citrus. HEX triplet: 86, BC and 05. RGB value is (134,188,5). Sum of RGB (Red+Green+Blue) = 134+188+5=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC05 is #7943FA. Grayscale: #979797. Windows color (decimal): -7947259 or 375942. OLE color: 375942.

HSL color Cylindrical-coordinate representation of color #86BC05: hue angle of 77.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86BC05 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1341885-
CMYK0.2900.970.26
HSL77.7º94.82%37.84%-
HSV(B)77.7º97.34%73.73%-
XYZ27.8441.056.6-
YUV150.9945.61115.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 188 (73.83% from 255) = 57.49%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=40.98%
G=57.49%
B=1.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13418850.2900.970.2677.794.8237.84
Hex86BC51D0611A4e5f26
Octal20627453501413211613746
Binary100001101011110010111101011000011101010011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,5); }

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

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

 a { background-color: rgb(134,188,5); }

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

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

 span { border-color: rgb(134,188,5); }

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