#86B703

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

Shades of Citrus #86B703

Tints of Citrus #86B703

Color information

#86B703 (or 0x86B703) is unknown color: approx Citrus. HEX triplet: 86, B7 and 03. RGB value is (134,183,3). Sum of RGB (Red+Green+Blue) = 134+183+3=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #86B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B703 is #7948FC. Grayscale: #949494. Windows color (decimal): -7948541 or 243590. OLE color: 243590.

HSL color Cylindrical-coordinate representation of color #86B703: hue angle of 76.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86B703 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1341833-
CMYK0.2700.980.28
HSL76.33º96.77%36.47%-
HSV(B)76.33º98.36%71.76%-
XYZ26.7838.946.19-
YUV147.8346.27118.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 183 (71.88% from 255) = 57.19%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=41.88%
G=57.19%
B=0.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13418330.2700.980.2876.3396.7736.47
Hex86B731B0621C4c6124
Octal20626733301423411414144
Binary10000110101101111111011011000101110010011001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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