#86C70B

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

Shades of Citrus #86C70B

Tints of Citrus #86C70B

Color information

#86C70B (or 0x86C70B) is unknown color: approx Citrus. HEX triplet: 86, C7 and 0B. RGB value is (134,199,11). Sum of RGB (Red+Green+Blue) = 134+199+11=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #86C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C70B is #7938F4. Grayscale: #9E9E9E. Windows color (decimal): -7944437 or 771974. OLE color: 771974.

HSL color Cylindrical-coordinate representation of color #86C70B: hue angle of 80.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86C70B is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB13419911-
CMYK0.3300.940.22
HSL80.74º89.52%41.18%-
HSV(B)80.74º94.47%78.04%-
XYZ30.3245.947.59-
YUV158.1344.97110.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 199 (78.12% from 255) = 57.85%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=38.95%
G=57.85%
B=3.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134199110.3300.940.2280.7489.5241.18
Hex86C7B2105E16515a29
Octal206307134101362612113251
Binary10000110110001111011100001010111101011010100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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