Html Css Color HEX #86BC06 Citrus

📋 copy color: '#86BC06'

red 134 ◦ green 188 ◦ blue 6

#86BC06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #86BC06

Tints of Citrus #86BC06

RGB

 RED value IS 134 (52.73% from 255) = 40.85%

 GREEN value IS 188 (73.83% from 255) = 57.32%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 40.85%
G = 57.32%
B = 1.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#86BC06 (or 0x86BC06) is known color: Citrus. HEX triplet: 86, BC and 06. RGB value is (134,188,6). Sum of RGB (Red+Green+Blue) = 134+188+6=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC06 is #7943F9. Grayscale: #979797. Windows color (decimal): -7947258 or 441478. OLE color: 441478.

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

Color convert

RGB 134 188 6 -
CMYK 0.29 0 0.97 0.26
HSL 77.8º 0.94% 0.38% -
HSV(B) 77.8º 0.97% 0.74% -
XYZ 27.85 41.05 6.63 -
YUV 151.11 46.11 115.8 -
System Red Green Blue C M Y K H S L
Decimal 134 188 6 0.29 0 0.97 0.26 77.8 0.94 0.38
Hex 86 BC 6 1D 0 61 1A 4E 5E 26
Octal 206 274 6 35 0 141 32 116 136 46
Binary 10000110 10111100 110 11101 0 1100001 11010 1001110 1011110 100110

Color Harmonies of #86BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC06

Black with #86BC06

Text Example


Text Example

White with #86BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,6); }

 H1.HeaderClassName
 {
   color: #86BC06;
 }
 .AnyTagClassName
 {
   color: #86BC06;
 }
</style>

background-color css

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

 a { background-color: rgb(134,188,6); }

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

border-color css

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

 span { border-color: rgb(134,188,6); }

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