#86BF0C

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

Shades of Citrus #86BF0C

Tints of Citrus #86BF0C

Color information

#86BF0C (or 0x86BF0C) is unknown color: approx Citrus. HEX triplet: 86, BF and 0C. RGB value is (134,191,12). Sum of RGB (Red+Green+Blue) = 134+191+12=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BF0C is #7940F3. Grayscale: #9A9A9A. Windows color (decimal): -7946484 or 835462. OLE color: 835462.

HSL color Cylindrical-coordinate representation of color #86BF0C: hue angle of 79.11º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86BF0C is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB13419112-
CMYK0.3000.940.25
HSL79.11º88.18%39.8%-
HSV(B)79.11º93.72%74.9%-
XYZ28.5342.367.02-
YUV153.5548.12114.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 191 (75% from 255) = 56.68%
BLUE value IS 12 (5.08% from 255) = 3.56%
R=39.76%
G=56.68%
B=3.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134191120.3000.940.2579.1188.1839.8
Hex86BFC1E05E194f5828
Octal206277143601363111713050
Binary1000011010111111110011110010111101100110011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,12); }

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

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

 a { background-color: rgb(134,191,12); }

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

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

 span { border-color: rgb(134,191,12); }

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