#86C504

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

Shades of Citrus #86C504

Tints of Citrus #86C504

Color information

#86C504 (or 0x86C504) is unknown color: approx Citrus. HEX triplet: 86, C5 and 04. RGB value is (134,197,4). Sum of RGB (Red+Green+Blue) = 134+197+4=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #86C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C504 is #793AFB. Grayscale: #9C9C9C. Windows color (decimal): -7944956 or 312710. OLE color: 312710.

HSL color Cylindrical-coordinate representation of color #86C504: hue angle of 79.59º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86C504 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB1341974-
CMYK0.3200.980.23
HSL79.59º96.02%39.41%-
HSV(B)79.59º97.97%77.25%-
XYZ29.8245.017.23-
YUV156.1642.13112.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 58.81%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=40%
G=58.81%
B=1.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13419740.3200.980.2379.5996.0239.41
Hex86C542006217506027
Octal20630544001422712014047
Binary1000011011000101100100000011000101011110100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,197,4); }

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

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

 a { background-color: rgb(134,197,4); }

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

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

 span { border-color: rgb(134,197,4); }

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