#86BD03

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

Shades of Citrus #86BD03

Tints of Citrus #86BD03

Color information

#86BD03 (or 0x86BD03) is unknown color: approx Citrus. HEX triplet: 86, BD and 03. RGB value is (134,189,3). Sum of RGB (Red+Green+Blue) = 134+189+3=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BD03 is #7942FC. Grayscale: #989898. Windows color (decimal): -7947005 or 245126. OLE color: 245126.

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

Color convert

RGB1341893-
CMYK0.2900.980.26
HSL77.74º96.88%37.65%-
HSV(B)77.74º98.41%74.12%-
XYZ28.0541.476.61-
YUV151.3544.28115.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 189 (74.22% from 255) = 57.98%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=41.10%
G=57.98%
B=0.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13418930.2900.980.2677.7496.8837.65
Hex86BD31D0621A4e6126
Octal20627533501423211614146
Binary10000110101111011111101011000101101010011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,3); }

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

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

 a { background-color: rgb(134,189,3); }

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

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

 span { border-color: rgb(134,189,3); }

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